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-06-13 07:45:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
54114a23f57dc464280423fe33654c19c374fe80
opensim
/
OpenSim
/
Data
/
SQLite
/
Resources
History
UbitUmarov
37d37665bf
fix sqlite migration
2024-06-19 11:13:09 +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 migration
2024-06-19 11:13:09 +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
…