Hide Forgot
Lee, can you please keep the latest complete SQL script here, so that a new instance of a CSProcessor can be spun up. Please specify the version of the .war file that the SQL script is for.
Created attachment 538333 [details] CSProcessor Build 0.19.0 SQL structure script
Added. The script provided is if you were starting from scratch. It will work for csprocessor-build-19.war and as it stands now should work for build 0.20.0 as well.
I should also mention that there is currently unused tables inside the database from when levels and relationships where saved. I haven't ever had the chance to fully remove the code from the program so they still have to exist to create the Entity Managers. These tables are: ContentLevels ContentLevels_AUD ContentMapping ContentMapping_AUD LevelType LevelType_AUD RelationshipType RelationshipType_AUD TopicToLevelRelationship TopicToLevelRelationship_AUD TopicToTopicRelationship TopicToTopicRelationship_AUD The other thing is that the only part that should be required to add, is the User API key fields so that a user can be authenticated.
CSProcessor database has now been merged with Skynet mainline.