diff --git a/store/db/seed/10004__shortcut.sql b/store/db/seed/10004__shortcut.sql deleted file mode 100644 index aac766ad5..000000000 --- a/store/db/seed/10004__shortcut.sql +++ /dev/null @@ -1,12 +0,0 @@ -INSERT INTO - shortcut ( - `title`, - `creator_id`, - `payload` - ) -VALUES - ( - 'inbox', - 101, - '[{"type":"TYPE","value":{"operator":"IS","value":"NOT_TAGGED"},"relation":"AND"}]' - ); \ No newline at end of file diff --git a/store/db/seed/10005__tag.sql b/store/db/seed/10004__tag.sql similarity index 100% rename from store/db/seed/10005__tag.sql rename to store/db/seed/10004__tag.sql