On startup, Sakai will generate all database objects (tables, keys, constraints, etc.) automatically, obviating the need to run DDL scripts manually per the sakai.properties setting auto.ddl .
No Format |
---|
# establish auto.ddl - on by default
auto.ddl=true
#auto.ddl=false
|
Once the database schema is created you should set auto.ddl=false .
|