diff options
Diffstat (limited to 'maintenance/postgres')
-rw-r--r-- | maintenance/postgres/tables.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index 44bd6f7d7649..6c018cc7bd1d 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -22,7 +22,7 @@ CREATE TABLE mwuser ( -- replace reserved word 'user' user_email_token TEXT, user_email_token_expires TIMESTAMPTZ, user_email_authenticated TIMESTAMPTZ, - user_touched TIMESTAMPTZ, + user_touched TIMESTAMPTZ NOT NULL, user_registration TIMESTAMPTZ, user_editcount INTEGER, user_password_expires TIMESTAMPTZ NULL |