Using a dedicated schema for MySAR
Registered by
seattlegaucho
The utility should use its own schema instead of adding the tables to an existing one.
Blueprint information
- Status:
- Complete
- Approver:
- seattlegaucho
- Priority:
- Medium
- Drafter:
- seattlegaucho
- Direction:
- Approved
- Assignee:
- seattlegaucho
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- seattlegaucho
- Completed by
- seattlegaucho
Whiteboard
Use a 'mysar' schema to store the tables instead of creating the tables on an existing schema.
The code is already in place.
It is necessary to use "CREATE DATABASE mysar;" prior to using the utility. This will be solved in a future release.
(?)