5
0
Fork 0
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:
f 2024-05-31 10:06:44 -03:00
parent 6ca3adc265
commit 50a4823dad
No known key found for this signature in database

View file

@ -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|