mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
User interface for the registry along with basic settings
This commit is contained in:
parent
d5d1d0040b
commit
ceb688902f
26 changed files with 278 additions and 32 deletions
7
db/migrate/20140815082619_create_setting_groups.rb
Normal file
7
db/migrate/20140815082619_create_setting_groups.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class CreateSettingGroups < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :setting_groups do |t|
|
||||
t.string :code
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue