mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
whole lot more moving
This commit is contained in:
13
OpenSim/Data/SQLite/Resources/001_AssetStore.sql
Normal file
13
OpenSim/Data/SQLite/Resources/001_AssetStore.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
CREATE TABLE assets(
|
||||
UUID varchar(255) primary key,
|
||||
Name varchar(255),
|
||||
Description varchar(255),
|
||||
Type integer,
|
||||
InvType integer,
|
||||
Local integer,
|
||||
Temporary integer,
|
||||
Data blob);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user