zecure / shadowd_ui

The Shadow Daemon user interface
GNU General Public License v2.0
20 stars 9 forks source link

Use migrations to create and update database #25

Open zit-hb opened 7 years ago

zit-hb commented 7 years ago

Currently the database creation and update is part of the shadowd package but it should happen in shadowd_ui with database migrations instead. This makes installing and updating easier for the users and easier for the devs.