refactor: refs #7422 Deprecated column
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-05-21 08:13:06 +02:00
parent b33d4ce319
commit 030106f06d
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
ALTER TABLE vn.buy CHANGE containerFk containerFk__ smallint(5) unsigned DEFAULT NULL NULL;