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:15:28 +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 Submission uploads (lib.uploadRequest.processFile) generate an error: null value in column active violates not-null constraint. This sets a default value on this column of false and columns in the visits table to zero which also have not-null constraints, ensuring errors like these are prevented 2019-11-25 06:15:28 +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 Be able to list users submisions 2019-03-05 21:07:34 +00:00
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 Update to pg v9 2019-11-06 06:53:41 +00:00
users_test.go [WIP] migration to psql 2017-05-21 10:44:43 +00:00