Skip to content

Commit

Permalink
update db column names
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh committed Sep 14, 2023
1 parent 4fae553 commit c391e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/0001_create_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ CREATE TABLE "TranslationBookName" (
"id" SERIAL PRIMARY KEY,
"translation_id" integer NOT NULL,
"book_id" integer NOT NULL,
"regional_name" varchar NOT NULL,
"regional_long_name" varchar
"name" varchar NOT NULL,
"long_name" varchar
);

CREATE TABLE "Chapter" (
Expand Down

0 comments on commit c391e1a

Please sign in to comment.