-
On Ubuntu 22, following the install instructions I encounter the following issue:
```
$ supabase start
Applying migration 20240108234540_setup.sql...
unexpected EOF
At statement 0: -- Enable HT…
-
Our DB has a few drawbacks:
1. The production schema is different from the one located in https://github.com/ubiquity/ubiquibot/tree/development/supabase/migrations
2. There is no way to restore pro…
-
**Describe the bug**
With 1.8.0 came a bug fix for schemas/tables with different casings ([#557](https://github.com/erikbra/grate/pull/560)). However, the scripts use "ALTER TABLE IF EXISTS" syntax w…
-
There are a bunch of commands that generate SQL, but it's not clear to me (as someone not familiar with Liquibase) how I would use this plugin to just generate SQL for the update that would have been …
-
`npx drizzle-kit introspect` doesn't pull anything other than enums from my Postgres database.
I am attempting to follow the guide below to migrate from Prisma, but I'm stuck at the introspect step…
-
I've got a database with 100+ tables and hundreds of schemas including public schema which is the one with shared data of other schemas ( data that is the same for all schemas ), mostly codebooks, cur…
-
## Problem
Not all migrations can be declarative. For example, we need to add a custom index for performance reasons. We also need this as an escape hatch for anything prisma schema doesn't support…
-
MVP reproduction instructions
Start from a naive schema that contains an `pgEnum`
```ts
import {
pgTable,
uuid,
pgEnum,
} from "drizzle-orm/pg-core";
export const statusEnum = pgEnum…
-
### Version
1.26.0
### What happened?
Even though the table seems to be created, its not able to insert into that table saying that the schema 'table' is not found.
### Relevant log output
```she…
-
### Summary
I set up a `current.sql` like this:
```sql
--!include schemas/private.sql
--!include schemas/public.sql
--!include functions/uid.sql
--!include tables/accounts.sql
--!include ty…