summaryrefslogtreecommitdiffstats
path: root/store/sql_preference_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-99/+62
|
* Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transactionhmhealey2015-10-131-8/+55
|
* Moved saving multiple user preferences into a database transactionhmhealey2015-10-131-29/+83
|
* Added Preferences table to store user preferenceshmhealey2015-10-131-0/+125