aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sql/offline.sql
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-03-15 01:05:46 +1000
committerDavid Walter Seikel2013-03-15 01:05:46 +1000
commit532787d4d1d0b59d9610f76276c2fd65fa039fb5 (patch)
tree86544df6f7785c21564ef22d8b3b2c9f1caef217 /sql/offline.sql
parentAdd backups directory. (diff)
downloadopensim-SC_OLD-532787d4d1d0b59d9610f76276c2fd65fa039fb5.zip
opensim-SC_OLD-532787d4d1d0b59d9610f76276c2fd65fa039fb5.tar.gz
opensim-SC_OLD-532787d4d1d0b59d9610f76276c2fd65fa039fb5.tar.bz2
opensim-SC_OLD-532787d4d1d0b59d9610f76276c2fd65fa039fb5.tar.xz
Add the SQL update scripts.
Diffstat (limited to '')
-rw-r--r--sql/offline.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/offline.sql b/sql/offline.sql
new file mode 100644
index 0000000..2959b54
--- /dev/null
+++ b/sql/offline.sql
@@ -0,0 +1,5 @@
1CREATE TABLE IF NOT EXISTS `Offline_IM` (
2 `uuid` varchar(36) NOT NULL,
3 `message` text NOT NULL,
4 PRIMARY KEY (`uuid`)
5) ENGINE=MyISAM DEFAULT CHARSET=latin1;