Skip to content

Commit

Permalink
Update migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Feb 25, 2024
1 parent ad4094d commit 38db138
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
9 changes: 1 addition & 8 deletions server/models/migrations/next/migrate.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
/* Release 1.30.2 */
/*
* @author: ebed-meleck
* @description: Updates for inventory
* @date: 2024-01-08
*/
/* Release 1.31.0 */

-- update the inventory table
CALL add_column_if_missing('inventory', 'updated_by', 'SMALLINT(5) UNSIGNED DEFAULT NULL');
12 changes: 12 additions & 0 deletions server/models/migrations/v1.30.0-v1.31.0/migrate.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* Release 1.30.2 */

/* NOTE: No changes from 1.30.0 to 1.30.2 */

/*
* @author: ebed-meleck
* @description: Updates for inventory
* @date: 2024-01-08
*/

-- update the inventory table
CALL add_column_if_missing('inventory', 'updated_by', 'SMALLINT(5) UNSIGNED DEFAULT NULL');

0 comments on commit 38db138

Please sign in to comment.