diff options
| author | Pitu <[email protected]> | 2017-02-07 04:32:55 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-02-07 04:32:55 -0300 |
| commit | e05a7c751e499f8b5c347d1ad71692ffa5848442 (patch) | |
| tree | f2c1cd31749684ca9fa18995a58fd0fbea8bc184 /database | |
| parent | Merge pull request #11 from PascalTemel/master (diff) | |
| download | host.fuwn.me-e05a7c751e499f8b5c347d1ad71692ffa5848442.tar.xz host.fuwn.me-e05a7c751e499f8b5c347d1ad71692ffa5848442.zip | |
Added public album sharing :ok_hand:
Diffstat (limited to 'database')
| -rw-r--r-- | database/db.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/db.js b/database/db.js index 12638fa..f1ec75a 100644 --- a/database/db.js +++ b/database/db.js @@ -5,6 +5,7 @@ let init = function(db){ table.increments() table.integer('userid') table.string('name') + table.string('identifier') table.integer('enabled') table.integer('timestamp') }).then(() => {}) |