Drop field name from account_journal_period only if the field exists.

This commit is contained in:
Albert Cervera i Areny 2019-12-31 00:38:29 +01:00
parent 13240ddf19
commit ada12cd3f2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ before:
- comment: Remove name from account journal period
version: 4.8
query: ALTER TABLE account_journal_period Drop column name;
query: ALTER TABLE account_journal_period DROP COLUMN IF EXISTS name;
- comment: drop constraint, new ones applied on module
version: 5.1