This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-07-03 00:57:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
86dc93ec3ba287b1fac1ca87b0aaeee8028fa05d
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
…
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
…