Fix nome assicurazioni
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -28,7 +28,7 @@ public class Migration_20241219100410 extends BaseMigration implements Migration
|
||||
"EXEC sp_addextendedproperty 'MS_Description', 'Valori possibili: 0 -> Nessuno, 1 -> Acquirente, 2 -> Venditore',\n" +
|
||||
" 'SCHEMA', 'dbo', 'TABLE', 'gtb_porto', 'COLUMN', 'costo';",
|
||||
"EXEC sp_addextendedproperty 'MS_Description', 'Valori possibili: 0 -> Vuoto, 1 -> Acquirente, 2 -> Venditore', 'SCHEMA',\n" +
|
||||
" 'dbo', 'TABLE', 'gtb_porto', 'COLUMN', 'assicurazioni';",
|
||||
" 'dbo', 'TABLE', 'gtb_porto', 'COLUMN', 'assicurazione';",
|
||||
"EXEC sp_addextendedproperty 'MS_Description', 'Valori possibili: 0 -> Nessuno, 1 -> Acquirente, 2 -> Venditore',\n" +
|
||||
" 'SCHEMA', 'dbo', 'TABLE', 'gtb_porto', 'COLUMN', 'rischi';"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user