Class: McflyAppendOnlyMigration

Inherits:
McflyMigration show all
Defined in:
lib/mcfly/migration.rb

Constant Summary collapse

TRIGS =

append-only update trigger disallows updates

[INSERT_TRIG, UPDATE_APPEND_ONLY_TRIG, DELETE_TRIG]

Method Summary

Methods inherited from McflyMigration

#add_sql, #create_table, #migrate