mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Add account activity to registrar
This commit is contained in:
parent
f2f2e42608
commit
32073ca862
15 changed files with 117 additions and 32 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddDescriptionToAccountActivity < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :account_activities, :description, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue