5 lines
88 B
Ruby
5 lines
88 B
Ruby
class SchemaInfo < ActiveRecord::Base
|
|
set_table_name 'schema_info'
|
|
VERSION = 12
|
|
end
|