[#3652] - MySQL js-create.ddl does not create all necessary tables

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
hozawa's picture
171121
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

1 Comment:

#1
  • Resolution:Open» Won't Fix
  • Assigned:nobody»

My mistake. Was executing the community version script to create tables.

Feedback