class Migrations
Public Class Methods
Source
# File lib/sequent/generator/template_project/db/migrations.rb, line 8 def self.version VIEW_SCHEMA_VERSION end
Source
# File lib/sequent/generator/template_project/db/migrations.rb, line 12 def self.versions { '1' => [PostProjector], } end