We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d88cbe commit a9200edCopy full SHA for a9200ed
database/seed.go
@@ -23,7 +23,7 @@ func MustApplyDatabaseSeed(file string, db *gorm.DB, excludedTables ...[]string)
23
24
applySeedCheckSQL := `
25
SELECT
26
- SUM(TABLE_ROWS) AS rows
+ SUM(TABLE_ROWS) AS 'rows'
27
FROM
28
information_schema.TABLES
29
WHERE
0 commit comments