Skip to content

Commit

Permalink
Merge pull request #1324 from andrew-bierman/fix-backend-migration-issue
Browse files Browse the repository at this point in the history
Fix server database migration issue
  • Loading branch information
taronaleksanian authored Oct 24, 2024
2 parents a0b382c + f1be973 commit 8bb22f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/migrations-preview/0002_mushy_human_robot.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ALTER TABLE item_pack_templates ADD `quantity` integer DEFAULT 1 NOT NULL;--> statement-breakpoint
ALTER TABLE item_packs ADD `quantity` integer DEFAULT 1 NOT NULL;--> statement-breakpoint
ALTER TABLE `item` DROP COLUMN `quantity`;

0 comments on commit 8bb22f6

Please sign in to comment.