Skip to content

Commit

Permalink
Merge pull request lpsmith#19 from cocreature/validation-docs
Browse files Browse the repository at this point in the history
Make the docs on MigrationValidation more precise
  • Loading branch information
ameingast committed Jul 30, 2017
2 parents b5ea80d + 0664a23 commit a00d1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple/Migration.hs
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 a00d1d5

Please sign in to comment.