Enhancement #12
Create DB Structure
| Status: | Closed | Start date: | 08/30/2009 | |
|---|---|---|---|---|
| Priority: | Alto | Due date: | 09/11/2009 | |
| Assignee: | % Done: | 100% |
||
| Category: | - | Spent time: | 2.20 hours | |
| Target version: | - | Estimated time: | 5.00 hours |
Description
Create mechanisms for creating database structure in KOW_Ent.
I was waiting for KOW_DB to be ready but seems it won't be ready to use in a near future and creating SQL structures by hand is tedious to say the least and error prone.
History
Updated by Marcelo Coraça de Freitas about 2 years ago
- Status changed from New to Accepted
- Assignee set to Marcelo Coraça de Freitas
- Priority changed from Normal to Alto
- % Done changed from 0 to 10
- Estimated time set to 5.00
I started implementing it (restricted for the MySQL backend) as creating the database structure I need right now will be quite.. well... boring!
Updated by Marcelo Coraça de Freitas about 2 years ago
per entity methods created...
time to work on the more global ones.. i think it won't take longer than 1 hour now..
Updated by Marcelo Coraça de Freitas about 2 years ago
the procedure that prints the information into the screen seems to be OK.. time to work on the one that actually run the SQL commands.
Updated by Marcelo Coraça de Freitas about 2 years ago
- Status changed from Accepted to Fixed
- % Done changed from 10 to 100
finished... but untested!
Updated by Marcelo Coraça de Freitas about 2 years ago
the dump code is working perfectly....
but it can't actually run the SQL yet....
Updated by Marcelo Coraça de Freitas about 2 years ago
- Status changed from Fixed to Closed
everything working fine now