Sha256: 532d125b1582f14968d246eca5c86b17e64ea880c0a54bb5d4dc1f5886255a74
Contents?: true
Size: 189 Bytes
Versions: 42
Compression:
Stored size: 189 Bytes
Contents
class <%= @migration_class_name.underscore.camelize %> < ActiveGraph::Migrations::Base def up <%= @content %> end def down raise ActiveGraph::IrreversibleMigration end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
activegraph-10.0.0.pre.beta.2 | lib/rails/generators/neo4j/migration/templates/migration.erb |
activegraph-10.0.0.pre.beta.1 | lib/rails/generators/neo4j/migration/templates/migration.erb |