This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
GwynethLlewelyn
/
OpenSim-Test
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Árvore:
b776e06f0d
Ramos
Etiquetas
master
OpenSim-Test
/
OpenSim
/
Data
/
SQLite
/
Resources
/
016_RegionStore.sql
016_RegionStore.sql
87 B
Histórico
Em bruto
1
2
3
4
5
BEGIN;
ALTER TABLE prims ADD COLUMN VolumeDetect INTEGER NOT NULL DEFAULT 0;
COMMIT;