Class: Migrations

Inherits:
Sequent::Migrations::Projectors show all
Defined in:
lib/sequent/generator/template_project/db/migrations.rb

Class Method Summary collapse

Methods inherited from Sequent::Migrations::Projectors

migrations_between

Class Method Details

.versionObject



8
9
10
# File 'lib/sequent/generator/template_project/db/migrations.rb', line 8

def self.version
  VIEW_SCHEMA_VERSION
end

.versionsObject



12
13
14
15
16
# File 'lib/sequent/generator/template_project/db/migrations.rb', line 12

def self.versions
  {
    '1' => [PostProjector],
  }
end