mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
Compare commits
1 Commits
v0.16.0-be
...
v0.16.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba3e73d76a |
@@ -135,5 +135,5 @@ INSERT INTO `__new_volumes_table`("id", "short_id", "name", "type", "status", "l
|
|||||||
DROP TABLE `volumes_table`;--> statement-breakpoint
|
DROP TABLE `volumes_table`;--> statement-breakpoint
|
||||||
ALTER TABLE `__new_volumes_table` RENAME TO `volumes_table`;--> statement-breakpoint
|
ALTER TABLE `__new_volumes_table` RENAME TO `volumes_table`;--> statement-breakpoint
|
||||||
CREATE UNIQUE INDEX `volumes_table_short_id_unique` ON `volumes_table` (`short_id`);--> statement-breakpoint
|
CREATE UNIQUE INDEX `volumes_table_short_id_unique` ON `volumes_table` (`short_id`);--> statement-breakpoint
|
||||||
CREATE UNIQUE INDEX `volumes_table_name_unique` ON `volumes_table` (`name`);
|
CREATE UNIQUE INDEX `volumes_table_name_unique` ON `volumes_table` (`name`);--> statement-breakpoint
|
||||||
PRAGMA foreign_keys=ON;--> statement-breakpoint
|
PRAGMA foreign_keys=ON;--> statement-breakpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user