svg preview renderer
This commit is contained in:
parent
43a8412f06
commit
faa9599849
29 changed files with 1027 additions and 254 deletions
10
priv/repo/migrations/20241026223550_add_gists_info.exs
Normal file
10
priv/repo/migrations/20241026223550_add_gists_info.exs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
defmodule Zoeyscomputer.Repo.Migrations.AddGistsInfo do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:gists) do
|
||||
add :title, :string
|
||||
add :desc, :text
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue