Stack of changes to get gin, scs, nosurf running.
This commit is contained in:
6
internal/storage/migrations/read.go
Normal file
6
internal/storage/migrations/read.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package migrations
|
||||
|
||||
const ProbeUsersTable = `
|
||||
SELECT COUNT(*)
|
||||
FROM information_schema.tables
|
||||
WHERE table_schema = DATABASE() AND table_name = 'users'`
|
||||
Reference in New Issue
Block a user