Bug #28115
SQL file doesn't match the necessary DB field structure
| Status: | Rejected | Start date: | 2011-07-12 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Thomas Maroschik | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
It seems the original definition of the SQL table is quite outdated and the fields don't match the structure that is used by the query methods later on.
The uid is defined to be an autoincremented integer, which seems a bit different than a uuid to me. But maybe I've just been missing something.
History
Updated by Thomas Maroschik about 1 year ago
- Status changed from New to Rejected
- % Done changed from 0 to 100
The ext_tables.sql file is just a stub that sets up the basic columns for the mapping. The actual uuid columns get injected dynamically upon updating.