Skip to content

Commit 762772a

Browse files
authored
Merge pull request #238 from rbalazs/patch-1
Fixing quotation in index.rst.
2 parents f470e2c + f895877 commit 762772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ application:
4848
table_name: 'migration_versions'
4949
column_name: 'version'
5050
column_length: 14
51-
executed_at_column_name: "'executed_at'
51+
executed_at_column_name: 'executed_at'
5252
name: 'Application Migrations'
5353
# available in version >= 1.2. Possible values: "BY_YEAR", "BY_YEAR_AND_MONTH", false
5454
organize_migrations: false

0 commit comments

Comments
 (0)