Skip to content

Commit

Permalink
fixup! Split metadata data
Browse files Browse the repository at this point in the history
  • Loading branch information
pirat89 committed May 10, 2024
1 parent 4fa2910 commit 944b729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/schema/migrations/0002-add-metadata-dialog-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS entity (
UNIQUE (context, kind, name)
);

CREATE TABLE dialog (
CREATE TABLE IF NOT EXISTS dialog (
id INTEGER PRIMARY KEY NOT NULL,
context VARCHAR(36) NOT NULL REFERENCES execution (context),
scope VARCHAR(1024) NOT NULL DEFAULT '',
Expand Down

0 comments on commit 944b729

Please sign in to comment.