small fix

This commit is contained in:
amentis 2023-11-27 14:58:29 +02:00
parent 39802c6e5b
commit 516e639153
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ BEGIN
CREATE TABLE public."Language"
(
id uuid NOT NULL,
language_code character varying(20) NOT NULL,
code character varying(20) NOT NULL,
payload text NOT NULL,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL,