dnote/pkg/server/database
Sung Won Cho e84e8ed2f3
Allow to rename books (#239)
* Allow to rename books

* Avoid mutating the flag variable

* Validate book name upon edit

* Write integration test

* Add missing licenses

* Mark book as dirty upon renaming so it can be synced

* Remove TODO that is no longer needed
2019-08-01 09:21:24 +10:00
..
migrate Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
migrations Fix test (#217) 2019-07-02 18:27:29 +10:00
scripts Implement server binary (#223) 2019-07-22 13:41:09 +10:00
database.go Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
database_test.go Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
migrate.go Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
models.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00
sql-migrate.yml Implement server binary (#223) 2019-07-22 13:41:09 +10:00
types.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00