sql: fix migration number for new deleted_timestamp column (#45154)

This commit is contained in:
Frédéric Péters 2020-07-15 19:17:13 +02:00
parent 7052570cc9
commit 980fc9f36d
1 changed files with 1 additions and 1 deletions

View File

@ -2602,7 +2602,7 @@ def migrate():
# 33: add anonymised field to global view
# 38: extract submission_agent_id to its own column
migrate_views(conn, cur)
if sql_level < 38:
if sql_level < 39:
# 3: introduction of _structured for user fields
# 4: removal of identification_token
# 12: (first part) add fts to users