Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE team_settings;
|
||||
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE team_settings (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
team_id INTEGER NOT NULL UNIQUE,
|
||||
settings_json TEXT NOT NULL,
|
||||
FOREIGN KEY (team_id) REFERENCES teams (id)
|
||||
);
|
||||
Reference in New Issue
Block a user