Quote:
Originally Posted by KirbyDE
It will blow them up ^.^
Ok, no joking: Not much, it will add 2 fields to the journals table and 1 field to the journal_entries table.
That's it.
|
Actually no it won't since there are no ALTER statements in the install code to do this. You have CREATE statements to create the tables (with the new fields) but these will of course fail if you already have existing journal tables.
I suggest you use CREATE statements to make the tables as they were in the 3.0 version, and then ALTER statements to add the new fields - that way you will cover both new installs and 'upgrades'.