Skip to content

Commit 8ad7f41

Browse files
committed
Cleanup: remove copy-pasta comment
1 parent ebc6ce4 commit 8ad7f41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/activerecord-pg-format-db-structure/preprocessors/remove_restrict_pragmas.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module ActiveRecordPgFormatDbStructure
66
module Preprocessors
7-
# Inline non-foreign key constraints into table declaration
87
class RemoveRestrictPragmas < Base
98
def preprocess!
109
source.gsub!(/^(\\restrict .*)$/, "")

0 commit comments

Comments
 (0)