diff options
author | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
commit | 134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch) | |
tree | 216b89d3fb89acfb81be1e440c25c41ab09fa96d /sql/offline.sql | |
parent | More changing to production grid. Double oops. (diff) | |
download | opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2 opensim-SC-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz |
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to 'sql/offline.sql')
-rw-r--r-- | sql/offline.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/offline.sql b/sql/offline.sql deleted file mode 100644 index 2959b54..0000000 --- a/sql/offline.sql +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | CREATE 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; | ||