This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/lib/database
2019-11-25 06:58:44 +09:30
..
books.go Update to pg v9 2019-11-06 06:53:41 +00:00
books_test.go Make the tests pass 2018-04-08 22:11:19 +00:00
database.go Provide command line variables for initializing an admin user. Previously to get admin access on a fresh install I had to create a user in the web interface (to make sure the password hash/salt is properly setup) then manually change the role in the database to 'admin' using a postgresql client. This was a pain in the ass, and I think there really needs to be an easy way to create the admin user on the initial deployment. This solution fixes this, and adds documentation to the README file on how to use those variables. 2019-11-25 06:58:44 +09:30
database_test.go Make the tests pass 2018-04-08 22:11:19 +00:00
list.go Update to pg v9 2019-11-06 06:53:41 +00:00
list_test.go Add book list support in the database 2018-04-09 00:15:58 +00:00
news.go Update to pg v9 2019-11-06 06:53:41 +00:00
news_test.go [WIP] migration to psql 2017-05-21 10:44:43 +00:00
ro.go Provide command line variables for initializing an admin user. Previously to get admin access on a fresh install I had to create a user in the web interface (to make sure the password hash/salt is properly setup) then manually change the role in the database to 'admin' using a postgresql client. This was a pain in the ass, and I think there really needs to be an easy way to create the admin user on the initial deployment. This solution fixes this, and adds documentation to the README file on how to use those variables. 2019-11-25 06:58:44 +09:30
stats.go Update to pg v9 2019-11-06 06:53:41 +00:00
submissions.go Update to pg v9 2019-11-06 06:53:41 +00:00
users.go Provide command line variables for initializing an admin user. Previously to get admin access on a fresh install I had to create a user in the web interface (to make sure the password hash/salt is properly setup) then manually change the role in the database to 'admin' using a postgresql client. This was a pain in the ass, and I think there really needs to be an easy way to create the admin user on the initial deployment. This solution fixes this, and adds documentation to the README file on how to use those variables. 2019-11-25 06:58:44 +09:30
users_test.go [WIP] migration to psql 2017-05-21 10:44:43 +00:00