Skip to content

Commit

Permalink
remove column public.file.file
Browse files Browse the repository at this point in the history
  • Loading branch information
sorja committed Jan 7, 2025
1 parent 5a84455 commit 6896b9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export const getCreatePublicSchemaDDL = (schemaName = 'public'): string => {
id bigserial primary key,
uuid uuid not null default uuid_generate_v4(),
name character varying(255) not null,
file bytea not null, -- TODO: Remove this when S3 branch merged
created_at timestamp without time zone not null default now()
);
create unique index if not exists file_uuid_key on ${schemaName}.file using btree (uuid);
Expand Down

0 comments on commit 6896b9b

Please sign in to comment.