diff options
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/004_RegionStore.sql')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/004_RegionStore.sql | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Data/MySQL/Resources/004_RegionStore.sql b/OpenSim/Data/MySQL/Resources/004_RegionStore.sql deleted file mode 100644 index 4db2f75..0000000 --- a/OpenSim/Data/MySQL/Resources/004_RegionStore.sql +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | BEGIN; | ||
2 | |||
3 | ALTER TABLE primitems add flags integer not null default 0; | ||
4 | |||
5 | COMMIT; \ No newline at end of file | ||