This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
e043d8a2eb9a6e2fa8bd9fc32aceea2ad83dbca9
opensim
/
OpenSim
/
Data
/
SQLite
/
Resources
History
UbitUmarov
b363d1f9ee
sqlite estatestore: stop using sqlite autoincrement on estateID, look for max value in USE instead. This is slow, but the db should be small; fix min value to 101 ( we should allow special lower values, but not now )
2021-08-27 16:21:03 +01:00
..
001_GridUserStore.sql
…
AgentPrefs.migrations
Fix incorrect SQLite syntax in Migrations
2016-04-28 17:15:08 +02:00
AssetStore.migrations
Flatten migrations for sqlite
2016-02-21 09:10:00 -08:00
AuthStore.migrations
…
Avatar.migrations
…
EstateStore.migrations
sqlite estatestore: stop using sqlite autoincrement on estateID, look for max value in USE instead. This is slow, but the db should be small; fix min value to 101 ( we should allow special lower values, but not now )
2021-08-27 16:21:03 +01:00
FriendsStore.migrations
…
HGTravelStore.migrations
Fix HGTravelStore.migrations in SQLite (mantis
#6709
)
2013-07-19 20:25:33 -07:00
MuteListStore.migrations
add sqlite files for mutes module ( done only minimal tests)
2018-01-20 07:09:37 +00:00
RegionStore.migrations
fix sqlite region migrations
2020-06-25 17:44:23 +01:00
UserAccount.migrations
SQLite db migration update
2015-09-21 12:07:17 +01:00
UserProfiles.migrations
at last we can login and see objects ( friends is dead and disable in
2015-09-03 18:39:08 +01:00
XInventoryStore.migrations
…