Start on database schema

This commit is contained in:
Isaac
2022-03-21 23:28:20 +00:00
parent 5ae4da227e
commit e569642240
10 changed files with 149 additions and 29 deletions

View File

@@ -4,5 +4,5 @@ import { short } from 'leeks.js';
console.log(short(
'Set the "DB_ENCRYPTION_KEY" environment variable to: \n&1&!f' +
randomBytes(24).toString('hex') +
'&r\n\n&0&!e WARNING &r &e&lDo not lose the encryption key or most of the data in the database will be unreadable, requiring a new key and a full reset.'
'&r\n\n&0&!e WARNING &r &e&lIf you lose the encryption key, most of the data in the database will become unreadable, requiring a new key and a full reset.'
));