mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add possibility to link to mastodon
This commit is contained in:
parent
979377f2df
commit
e1e0bdb4fc
13 changed files with 92 additions and 4 deletions
5
db/migrate/20171201163628_add_mastodon_to_contact.rb
Normal file
5
db/migrate/20171201163628_add_mastodon_to_contact.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddMastodonToContact < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :mastodon, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue