refactored for new project name
This commit is contained in:
parent
0039146cd4
commit
82ab1d1ea5
113 changed files with 417 additions and 412 deletions
|
@ -1,4 +1,4 @@
|
|||
defmodule Bones73k.Repo.Migrations.CreateUsersAuthTables do
|
||||
defmodule Shift73k.Repo.Migrations.CreateUsersAuthTables do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Bones73k.Repo.Migrations.AddRoleToUsers do
|
||||
defmodule Shift73k.Repo.Migrations.AddRoleToUsers do
|
||||
use Ecto.Migration
|
||||
|
||||
alias Bones73k.Accounts.User.RolesEnum
|
||||
alias Shift73k.Accounts.User.RolesEnum
|
||||
|
||||
def up do
|
||||
RolesEnum.create_type()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
defmodule Bones73k.Repo.Migrations.CreateProperties do
|
||||
defmodule Shift73k.Repo.Migrations.CreateProperties do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue