Modify ↓
Opened 16 years ago
Closed 15 years ago
#5204 closed defect (duplicate)
Install process doesn't create tables
Reported by: | Owned by: | Colin Guthrie | |
---|---|---|---|
Priority: | normal | Component: | ClientsPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
After installation using python setup.py install
command trac-admin /env upgrade
upgrades database, again and again, but doesn't create tables from api.py.
Uploading egg using Trac Admin form behaves the same.
Manually created tables are useless, because adding a client tries to insert empty string into 'default_rate INTEGER', what is rejected by PostgreSQL. Viewing client causes AssertionError.
Trac 0.11.4, ClientsPlugin downloaded today from SVN.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Seems like a dupe of #4805. I'd appreciate testers there. I may have fixed it but I suspect there may still be a problem with PG.