mirror of
https://github.com/apache/cloudstack
synced 2026-08-05 00:19:31 +00:00
4.1-new-db-schema.sql should be loaded when cloud-setup-databases
configures a fresh database.
This commit is contained in:
parent
44287d20c0
commit
4201752eda
@ -212,7 +212,7 @@ for full help
|
||||
""),
|
||||
)
|
||||
|
||||
for f in ["create-database","create-schema", "create-database-premium","create-schema-premium", "create-schema-view"]:
|
||||
for f in ["create-database","create-schema", "create-database-premium","create-schema-premium", "create-schema-view", "4.1-new-db-schema.sql"]:
|
||||
p = os.path.join(self.dbFilesPath,"%s.sql"%f)
|
||||
if not os.path.exists(p): continue
|
||||
text = file(p).read()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user