Skip to content

Commit

Permalink
Add "create" migration to adapter-specification.md
Browse files Browse the repository at this point in the history
Documentation for balderdashy/waterline#846
  • Loading branch information
dmarcelino committed Mar 11, 2015
1 parent 987a0d0 commit d865c3f
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit d865c3f

Please sign in to comment.