diff options
| author | Pitu <[email protected]> | 2019-03-29 00:44:33 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-29 00:44:33 +0900 |
| commit | 0f4d196c8c67e1cdf4296ed678a6155cf369406d (patch) | |
| tree | 44ca44d6615335c5cda7934f1d968775e6bb087b /src/api/database/seeds/initial.js | |
| parent | WIP apiKey validation (diff) | |
| parent | Merge pull request #190 from robflop/patch-2 (diff) | |
| download | host.fuwn.me-0f4d196c8c67e1cdf4296ed678a6155cf369406d.tar.xz host.fuwn.me-0f4d196c8c67e1cdf4296ed678a6155cf369406d.zip | |
Fix conflicts
Diffstat (limited to 'src/api/database/seeds/initial.js')
| -rw-r--r-- | src/api/database/seeds/initial.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/database/seeds/initial.js b/src/api/database/seeds/initial.js index 0ea7bb4..bb8b915 100644 --- a/src/api/database/seeds/initial.js +++ b/src/api/database/seeds/initial.js @@ -11,9 +11,7 @@ exports.seed = async db => { await db.table('users').insert({ username: process.env.ADMIN_ACCOUNT, password: hash, - apiKey: randomstring.generate(64), passwordEditedAt: now, - apiKeyEditedAt: now, createdAt: now, editedAt: now, enabled: true, |