From 90b40724b5eebbc3430c6f4d8966c57eb46748bf Mon Sep 17 00:00:00 2001 From: james Date: Thu, 15 Nov 2007 20:47:20 +0000 Subject: [PATCH] Oops dont change an update file thats already been applied, make a new one! --- db/db.code.version.txt | 2 +- db/db.update.59.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.59.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index 8c61d23..04f9fe4 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -58 +59 diff --git a/db/db.update.59.sql b/db/db.update.59.sql new file mode 100644 index 0000000..cfbe560 --- /dev/null +++ b/db/db.update.59.sql @@ -0,0 +1 @@ +UPDATE languages SET `langname`='Français' WHERE `lang`='fr';