-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The database is found in Makerpass/database/makerpass_database.db and is not part of the repo since this file is constantly changing. The file is backed up on the disk whenever new users are imported, but not backed up externally. We should consider either (a) backing this file up to a separate source such as google drive (using gdrive command), or (b) putting this file into the repo but coming up with a way of preventing this file from being overwritten in the repo by development versions (i.e. forcing dev instances of makerpass to use a separate database somehow).