filesafe/database
Bobby Wibowo aea89ecbd4
Updates and merged changes from 'master'
* Removing files from an album will now update the state of the said album. Which means, the Download Album as zip feature will properly make a new zip instead of re-using the old one which would obviously still have the said files.

* "migration.js" will no longer try to create column if it already exists.

* Changed type of all columns that used to be DATETIME to INTEGER. Apparently SQLite would have stored them as INTEGER anyways, so you don't have to change anything else.
2018-04-05 10:10:10 +07:00
..
db.js Updates and merged changes from 'master' 2018-04-05 10:10:10 +07:00
migration.js Updates and merged changes from 'master' 2018-04-05 10:10:10 +07:00