Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Add "create" migration to adapter-specification.md #427

Merged
merged 1 commit into from
Mar 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions contributing/adapter-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ Adapters which implement the Migratable interface are usually interacting with S
+ drop all tables and recreate them each time the server starts-- useful for development
+ `"alter"`
+ experimental automigrations
+ `"create"`
+ create all missing tables/columns without modifying existing data



Expand Down