fix
This commit is contained in:
parent
ed79c71273
commit
9f74c9eeb6
1 changed files with 2 additions and 5 deletions
|
|
@ -1,10 +1,7 @@
|
||||||
-- TODO:
|
|
||||||
-- maybe jsonb constraints
|
|
||||||
-- clea('finished', 'ongoing', 'planned');
|
|
||||||
CREATE TYPE release_seasn unused images
|
|
||||||
CREATE TYPE usertitle_status_t AS ENUM ('finished', 'planned', 'dropped', 'in-progress');
|
CREATE TYPE usertitle_status_t AS ENUM ('finished', 'planned', 'dropped', 'in-progress');
|
||||||
CREATE TYPE storage_type_t AS ENUM ('local', 's3');
|
CREATE TYPE storage_type_t AS ENUM ('local', 's3');
|
||||||
CREATE TYPE title_status_t AS ENUM on_t AS ENUM ('winter', 'spring', 'summer', 'fall');
|
CREATE TYPE title_status_t AS ENUM ('finished', 'ongoing', 'planned');
|
||||||
|
CREATE TYPE release_season_t AS ENUM ('winter', 'spring', 'summer', 'fall');
|
||||||
|
|
||||||
CREATE TABLE providers (
|
CREATE TABLE providers (
|
||||||
id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue