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

Commit

Permalink
Make the docs on MigrationValidation more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature committed May 15, 2017
1 parent e056cce commit 0664a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple/Migration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ data MigrationCommand
| MigrationScript ScriptName BS.ByteString
-- ^ Executes a migration based on the provided bytestring.
| MigrationValidation MigrationCommand
-- ^ Validates the provided MigrationCommand.
-- ^ Validates that the provided MigrationCommand has been executed.
| MigrationCommands [MigrationCommand]
-- ^ Performs a series of 'MigrationCommand's in sequence.
deriving (Show, Eq, Read, Ord)
Expand Down

0 comments on commit 0664a23

Please sign in to comment.