mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add db/schema
This commit is contained in:
parent
1dddf00d96
commit
6ad491982e
1 changed files with 5 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended to check this file into your version control system.
|
# It's strongly recommended to check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(:version => 20130113132225) do
|
ActiveRecord::Schema.define(:version => 20130117130949) do
|
||||||
|
|
||||||
create_table "call_for_papers", :force => true do |t|
|
create_table "call_for_papers", :force => true do |t|
|
||||||
t.date "start_date", :null => false
|
t.date "start_date", :null => false
|
||||||
|
|
@ -56,6 +56,10 @@ ActiveRecord::Schema.define(:version => 20130113132225) do
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
t.date "registration_start_date"
|
t.date "registration_start_date"
|
||||||
t.date "registration_end_date"
|
t.date "registration_end_date"
|
||||||
|
t.string "logo_file_name"
|
||||||
|
t.string "logo_content_type"
|
||||||
|
t.integer "logo_file_size"
|
||||||
|
t.datetime "logo_updated_at"
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "email_settings", :force => true do |t|
|
create_table "email_settings", :force => true do |t|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue