Closed (fixed)
Project:
E-Journal
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2007 at 02:50 UTC
Updated:
21 Dec 2008 at 10:35 UTC
Here is a basic dump of the tables, I think I've managed to create all the proper columns with proper types and default values, check the ejournal_journals table, specifically the enabled and issue_format types.
See attached. I tried putting that into ejournal.install with the proper syntax for db_query("CREATE... but for some reason when installing the queries won't execute, so I've left that part out for now.
| Comment | File | Size | Author |
|---|---|---|---|
| ejournal-psql-tables.txt | 2.28 KB | jamonation |
Comments
Comment #1
jamonation commentedNote that for some reason in that dump "timestamp" and "year" are in double quotes, those should read 'timestamp' and 'year'.
Comment #2
romca commentedHi jamonation,
thanks again for your work. When I wrote to you last time I did not realize I should review it - there is the ejournal_article_log -> ejournal_log change, but i can fix that easily, so I think no other issues in the scheme creation. My question is: is the module working for you? With the postgresql database, all the queries?
Cheers
Comment #3
romca commentedComment #4
romca commentedthe installation is not an issue because of the new Drupal db layer - but the queries may not work (not tested with postgresql)