Add provisioning for page meta DB column
This commit is contained in:
committed by
Jože Fortun
parent
209e48bcf7
commit
06afbc4462
@@ -47,6 +47,7 @@ var (
|
||||
fix_2023_03_00_migrateComposeModuleConfigForRecordDeDup,
|
||||
fix_2022_09_07_changePostgresIdColumnsDatatype,
|
||||
fix_2022_09_00_migrateComposeModuleDiscoveryConfigSettings,
|
||||
fix_2023_03_00_migrateComposePageMeta,
|
||||
}
|
||||
)
|
||||
|
||||
@@ -233,6 +234,13 @@ func fix_2022_09_00_migrateComposeModuleDiscoveryConfigSettings(ctx context.Cont
|
||||
return
|
||||
}
|
||||
|
||||
func fix_2023_03_00_migrateComposePageMeta(ctx context.Context, s *Store) (err error) {
|
||||
return addColumn(ctx, s,
|
||||
"compose_record",
|
||||
model.Page.Attributes.FindByIdent("meta"),
|
||||
)
|
||||
}
|
||||
|
||||
func fix_2022_09_00_extendComposeModuleForPrivacyAndDAL(ctx context.Context, s *Store) (err error) {
|
||||
return addColumn(ctx, s,
|
||||
"compose_module",
|
||||
|
||||
Reference in New Issue
Block a user