changeset 107bcb358046 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=107bcb358046
description: no need of IF NOT EXISTS when creating the database
diffstat:
src/common/check_paths.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 96d895501b0b -r 107bcb358046 src/common/check_paths.py
--- a/src/common/check_paths.py Fri May 22 19:44:43 2009 +0200
+++ b/src/common/check_paths.py Wed May 27 09:50:12 2009 +0200
@@ -92,7 +92,7 @@
hash TEXT,
data BLOB);
- CREATE TABLE IF NOT EXISTS rooms_last_message_time(
+ CREATE TABLE rooms_last_message_time(
jid_id INTEGER PRIMARY KEY UNIQUE,
time INTEGER
);
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits