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

Commit a00d1d5

Browse files
authored
Merge pull request #19 from cocreature/validation-docs
Make the docs on MigrationValidation more precise
2 parents b5ea80d + 0664a23 commit a00d1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/PostgreSQL/Simple/Migration.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ data MigrationCommand
250250
| MigrationScript ScriptName BS.ByteString
251251
-- ^ Executes a migration based on the provided bytestring.
252252
| MigrationValidation MigrationCommand
253-
-- ^ Validates the provided MigrationCommand.
253+
-- ^ Validates that the provided MigrationCommand has been executed.
254254
| MigrationCommands [MigrationCommand]
255255
-- ^ Performs a series of 'MigrationCommand's in sequence.
256256
deriving (Show, Eq, Read, Ord)

0 commit comments

Comments
 (0)