From a4ef5fca4618b40d626c70349813d723e3c77bb1 Mon Sep 17 00:00:00 2001 From: xtan <38320121+tanxiao1990@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:57:17 +0800 Subject: [PATCH] =?UTF-8?q?pg=E6=95=B0=E6=8D=AE=E5=BA=93=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E8=84=9A=E6=9C=AC=E5=AD=97=E6=AE=B5=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=20(#969)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tanxiao --- docker/initsql_for_postgres/a-n9e-for-Postgres.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/initsql_for_postgres/a-n9e-for-Postgres.sql b/docker/initsql_for_postgres/a-n9e-for-Postgres.sql index bda54179..30b78d67 100644 --- a/docker/initsql_for_postgres/a-n9e-for-Postgres.sql +++ b/docker/initsql_for_postgres/a-n9e-for-Postgres.sql @@ -9,6 +9,7 @@ CREATE TABLE users ( portrait varchar(255) not null default '' , roles varchar(255) not null , contacts varchar(1024) , + maintainer smallint not null default 0, create_at bigint not null default 0, create_by varchar(64) not null default '', update_at bigint not null default 0,