You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/migrations/MigrationRecordBuilder.php
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,9 @@ final class MigrationRecordBuilder
46
46
47
47
publicconstALTER_COLUMN_RAW_PGSQL = MigrationRecordBuilder::INDENT . "\$this->db->createCommand('ALTER TABLE %s ALTER COLUMN \"%s\" SET DATA TYPE %s')->execute();";
Copy file name to clipboardExpand all lines: tests/specs/issue_fix/60_description_of_a_property_in_spec_must_correspond_to_db_table_column_comment/index.yml
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,23 @@ components:
29
29
type: integer
30
30
name:
31
31
type: integer
32
-
description: desc
32
+
# description: desc
33
33
# description:
34
34
# type: string
35
35
# x-db-type: varchar
36
36
# description: desc 2
37
37
g:
38
38
type: string
39
-
description: desc 3
39
+
description: desc for g
40
+
g2:
41
+
type: string
42
+
description: changed comment on g2 col
43
+
g3:
44
+
type: string
45
+
description: the comment on g3 col remains same
46
+
g4:
47
+
type: integer
48
+
description: data type changes but comment remains same
0 commit comments