Skip to content

Commit

Permalink
remove pragma key off
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Jan 15, 2025
1 parent 12a3fff commit efb082b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions persistence/src/commonMain/db_user/migrations/96.sqm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
PRAGMA foreign_keys=off;

CREATE TABLE LabeledConversation_New (
conversation_id TEXT AS QualifiedIDEntity NOT NULL,
folder_id TEXT NOT NULL,
Expand All @@ -15,5 +13,3 @@ SELECT conversation_id, folder_id FROM LabeledConversation;
DROP TABLE LabeledConversation;

ALTER TABLE LabeledConversation_New RENAME TO LabeledConversation;

PRAGMA foreign_keys=on;

0 comments on commit efb082b

Please sign in to comment.