mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-25 04:06:22 +00:00
fix: arreglar migración
This commit is contained in:
parent
6ca3adc265
commit
50a4823dad
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class CreateFediblocks < ActiveRecord::Migration[6.1]
|
|||
t.string :url, null: false
|
||||
t.string :download_url, null: false
|
||||
t.string :format, null: false
|
||||
t.jsonb :instances, default: []
|
||||
t.jsonb :hostnames, default: []
|
||||
end
|
||||
|
||||
YAML.safe_load(File.read('db/seeds/activity_pub/fediblocks.yml')).each do |fediblock|
|
||||
|
|
Loading…
Reference in a new issue