Create interactive update script with improved DB schema check; udated installer with new features and styles

This commit is contained in:
thomascube
2011-02-25 16:37:22 +00:00
parent b8f14ce744
commit e6bb836e05
21 changed files with 358 additions and 111 deletions

View File

@@ -183,7 +183,7 @@ DROP TABLE contacts_tmp;
DELETE FROM messages;
-- Updates from version 0.5.x
-- Updates from version 0.5.1
CREATE TABLE contacts_tmp (
contact_id integer NOT NULL PRIMARY KEY,