diff options
| author | Dhravya <[email protected]> | 2024-06-30 19:18:33 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-06-30 19:18:33 -0500 |
| commit | 163a55ce8f462f46ecd332b905914c5e4950c02e (patch) | |
| tree | 99184911519b492e54aeaa737979b7dcea55f7fa /apps/web/migrations/cmd.sql | |
| parent | makeshift notes page (diff) | |
| download | supermemory-163a55ce8f462f46ecd332b905914c5e4950c02e.tar.xz supermemory-163a55ce8f462f46ecd332b905914c5e4950c02e.zip | |
revalidate page
Diffstat (limited to 'apps/web/migrations/cmd.sql')
| -rw-r--r-- | apps/web/migrations/cmd.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/migrations/cmd.sql b/apps/web/migrations/cmd.sql new file mode 100644 index 00000000..0af8ba38 --- /dev/null +++ b/apps/web/migrations/cmd.sql @@ -0,0 +1 @@ +ALTER TABLE `space` ADD COLUMN `numItems` integer NOT NULL DEFAULT 0;
\ No newline at end of file |