Compare commits

...

1 Commits

Author SHA1 Message Date
Chakib Benziane 0f16f26cc8 Migrate Users to Accounts for db setup task
The change in c25820677e (Renaming Users module to Accounts) broke the setup task when creating the database.
7 years ago

@ -12,4 +12,4 @@
Application.put_env(:asciinema, :snapshot_updater, Asciinema.Asciicasts.SnapshotUpdater.Sync)
Asciinema.Users.create_asciinema_user!()
Asciinema.Accounts.create_asciinema_user!()

Loading…
Cancel
Save