Compare commits
1 Commits
2024.3.12-
...
master
Author | SHA1 | Date | |
---|---|---|---|
cec5c783fe |
@ -1,4 +1,6 @@
|
||||
-- Add unique constraint on name/version to specs
|
||||
PRAGMA foreign_keys = 0;
|
||||
|
||||
ALTER TABLE specs
|
||||
RENAME TO _specs;
|
||||
|
||||
@ -33,4 +35,6 @@ SELECT
|
||||
FROM
|
||||
_specs;
|
||||
|
||||
DROP TABLE _specs;
|
||||
DROP TABLE _specs;
|
||||
|
||||
PRAGMA foreign_keys = 1;
|
Reference in New Issue
Block a user