Category: | Bug report |
Priority: | Normal |
Status: | New |
Project: | Severity: | Major |
Resolution: | Won't Fix |
|
Component: | Reproducibility: | Always |
Assigned to: |
I'm checking on creating database using scripts provided in the war installation files.
When I execute "js-ant init-js-pro" script, 79 tables are created.
If I execute "source js-pro-create.ddl" and "source quartz.ddl", only 61 tables are created. I've looked at the ddl and some tables created with the "js-ant" is missing in the ddl. As such, when I execute "js-ant import-minimal-pro", the script errors out because of the missing tables.
Example of missing table:jsdashboard
v5.5
1 Comment:
My mistake. Was executing the community version script to create tables.