Rename repository
This commit is contained in:
parent
4aeb2d2cd8
commit
232df26b85
71 changed files with 348 additions and 345 deletions
|
@ -1,4 +1,4 @@
|
|||
defmodule MatrixServer.Repo.Migrations.CreateInitialTables do
|
||||
defmodule Architex.Repo.Migrations.CreateInitialTables do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
alias MatrixServer.{Repo, Account}
|
||||
alias Architex.{Repo, Account}
|
||||
|
||||
account =
|
||||
Repo.insert!(%Account{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue