diff options
| author | Fuwn <[email protected]> | 2024-01-03 05:36:06 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-03 05:36:06 -0800 |
| commit | 076299e85b4e63acb7fdf32f12770dc04b88652e (patch) | |
| tree | feef3a510083212224ebc3c1db3eb79116311ebd /due_moe_schema.sql | |
| parent | deps(bun): update for 0.1.15 (diff) | |
| download | due.moe-076299e85b4e63acb7fdf32f12770dc04b88652e.tar.xz due.moe-076299e85b4e63acb7fdf32f12770dc04b88652e.zip | |
ci: move to vercel
Diffstat (limited to 'due_moe_schema.sql')
| -rw-r--r-- | due_moe_schema.sql | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/due_moe_schema.sql b/due_moe_schema.sql deleted file mode 100644 index 0dae4479..00000000 --- a/due_moe_schema.sql +++ /dev/null @@ -1,9 +0,0 @@ -CREATE TABLE user_badges ( - id integer primary key, - user_id integer not null, - post text(1000) not null, - image text(1000) not null, - description text(1000) default null, - category text(1000) default null, - time timestamp default current_timestamp -); |