Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e8b2e3d

Browse filesBrowse files
reverting the changes leading to failure of schema creation
1 parent e3fcda8 commit e8b2e3d
Copy full SHA for e8b2e3d

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎sql.go

Copy file name to clipboardExpand all lines: sql.go
+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ FROM (SELECT n.nspname
324324
FROM pg_catalog.pg_class c,
325325
pg_catalog.pg_constraint con,
326326
pg_namespace n
327-
WHERE c.oid = '"%[1]s"' :: regclass
327+
WHERE c.oid = '%[1]s' :: regclass
328328
AND conrelid = c.oid
329329
AND n.oid = c.relnamespace
330330
AND contype IN ( 'u', 'f', 'c', 'p' )

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.