setup/postgres/psql_create_tables.sql

changeset 241
1ca4f27cefe8
parent 239
9365c7fb0240
child 242
b7f3e972b13c
--- a/setup/postgres/psql_create_tables.sql	Sat Nov 27 11:04:23 2021 +0100
+++ b/setup/postgres/psql_create_tables.sql	Sat Nov 27 12:12:20 2021 +0100
@@ -124,7 +124,6 @@
     category          issue_category not null,
     subject           text           not null,
     description       text,
-    assignee_username text,
     assignee          text,
     eta               date,
     affected          text,

mercurial