Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE teams;
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE teams (
|
||||
id integer NOT NULL PRIMARY KEY,
|
||||
server_id BIGINTEGER UNIQUE,
|
||||
name TEXT NOT NULL,
|
||||
creator_id BIGINTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user