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:
ff55ae0eb2
Ramos
Etiquetas
master
OpenSim-Test
/
OpenSim
/
Data
/
MSSQL
/
Resources
/
021_RegionStore.sql
021_RegionStore.sql
87 B
Histórico
Em bruto
1
2
3
4
5
BEGIN TRANSACTION
ALTER TABLE prims ADD PassTouches bit not null default 0
COMMIT