aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Resources/002_UserAccount.sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-21Bug fixes on field names in order to make data import work from old users ↵Diva Canto1-1/+1
table to new UserAccounts table.
2010-02-20Added UserAccountData and auth to the SQLite connector. Compiles, runs, but ↵Diva Canto1-1/+1
access to these tables doesn't work.
2009-12-29Fixed a couple of bugs that were bombing the data migration.Diva Canto1-1/+1
2009-12-29Give the new user tables the once-over. Strip the current set of methodsMelanie1-0/+5
from IUserAccountService, we need to define what goes in there. Change the handler to the generic handler. Adjust migrations, add index