fix: User model initial column name: aenv

This commit is contained in:
Tomasz Sowa 2022-04-11 20:44:58 +02:00
parent 7df2205b40
commit a544ccd1a7
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ bool User::do_migration_to_1()
pass_encrypted bytea, pass_encrypted bytea,
is_super_user boolean, is_super_user boolean,
env text, env text,
admin_env text, aenv text,
status integer, status integer,
locale_id integer, locale_id integer,
time_zone_id integer, time_zone_id integer,