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
Steps to Reproduce
Steps to reproduce the behavior:
Run "migrate -path internal/sqlc/migrations -database $(DB_URL) -verbose up"
I ran migrate with the following options and get SELECT pg_advisory_lock($1) (details: pq: unknown function: pg_advisory_lock())
I'm using CoakroachDB online
Expected Behavior
It should be apply new schemas to databases
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered:
Version
1.14.0
What happened?
Steps to Reproduce
Steps to reproduce the behavior:
Run "migrate -path internal/sqlc/migrations -database $(DB_URL) -verbose up"
I ran migrate with the following options and get SELECT pg_advisory_lock($1) (details: pq: unknown function: pg_advisory_lock())
I'm using CoakroachDB online
Expected Behavior
It should be apply new schemas to databases
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: