This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
GwynethLlewelyn
/
OpenSim-Test
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Drzewo:
2be0f7a6f0
Gałęzie
Tagi
master
OpenSim-Test
/
OpenSim
/
Data
/
SQLite
/
Resources
/
003_RegionStore.sql
003_RegionStore.sql
76 B
Historia
Czysty
1
2
3
4
5
BEGIN;
ALTER TABLE primitems add flags integer not null default 0;
COMMIT;