mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
removed isHiring from Organization. Will be calculated
This commit is contained in:
@ -7,8 +7,7 @@ CREATE TABLE IF NOT EXISTS public."Organization"
|
||||
id SERIAL PRIMARY KEY,
|
||||
name character varying(128) NOT NULL,
|
||||
location character varying,
|
||||
description text,
|
||||
is_hiring boolean
|
||||
description text
|
||||
)
|
||||
|
||||
TABLESPACE pg_default;
|
||||
|
Reference in New Issue
Block a user