Class: Migrations
- Inherits:
-
Sequent::Migrations::Projectors
- Object
- Sequent::Migrations::Projectors
- Migrations
- Defined in:
- lib/sequent/generator/template_project/db/migrations.rb
Class Method Summary collapse
Methods inherited from Sequent::Migrations::Projectors
Class Method Details
.version ⇒ Object
6 7 8 |
# File 'lib/sequent/generator/template_project/db/migrations.rb', line 6 def self.version VIEW_SCHEMA_VERSION end |
.versions ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/sequent/generator/template_project/db/migrations.rb', line 10 def self.versions { '1' => [ PostProjector ] } end |