this is a really good first commit

This commit is contained in:
2023-01-18 16:13:51 +01:00
parent 6bc40e339a
commit be71f04838
117 changed files with 2972 additions and 3100 deletions

View File

@ -1,12 +0,0 @@
defmodule SomethingErlang.Repo.Migrations.CreateThreads do
use Ecto.Migration
def change do
create table(:threads) do
add :title, :string
add :thread_id, :integer
timestamps()
end
end
end

View File

@ -1,10 +0,0 @@
defmodule SomethingErlang.Repo.Migrations.UsersAddSadata do
use Ecto.Migration
def change do
alter table("users") do
add :bbuserid, :string
add :bbpassword, :string
end
end
end