Skip to content

issues Search Results · repo:xataio/pgroll language:Go

Filter by

138 results
 (73 ms)

138 results

inxataio/pgroll (press backspace or delete to remove)

Hi everyone, I wanted to know if pgroll supports pgvector (with the vector type)? I am getting an error, but I have to admit that I didn t check whether pgvector was supported. create_table : { ... ...
  • siebert-julien
  • 2
  • Opened 
    4 days ago
  • #712

pgroll currently uses timestamp without timezone for created_at, updated_at columns in the migrations table. However, using timestamp with timezone. This is an issue as the clients consuming these fields ...
bug
  • divyenduz
  • Opened 
    5 days ago
  • #711

The rename_constraint operation should be removed as it offers neither: - Multi-version - (Start is a no-op, and Complete applies the rename to directly to the constraint). - Lock guarantees - there ...
breaking-changes
  • andrew-farries
  • Opened 
    24 days ago
  • #686

The goal of this project is to translate SQL migration files generated by ORMs (Prisma, Django, Drizzle) into pgroll migrations. So ORM users can leverage the safe migrations and test with multiple versions ...
sql2pgroll
  • kvch
  • Opened 
    25 days ago
  • #683

Now that the constraints in create_table contain all of the possible settings for constraints, we can go ahead and reuse the same writers and provide the same options for create_constraint and column level ...
  • kvch
  • 1
  • Opened 
    25 days ago
  • #680

Steps: 1. pgroll init 2. pgroll start add_column.json with incorrect up System: Postgres 14.13 Expectation: To have the migration rejected, get an error. Results: $ pgroll --postgres-url url ...
  • turnage
  • 2
  • Opened 
    26 days ago
  • #678

Hi folks, The docs state that the only supported constraint operations are UNIQUE, CHECK, and FOREIGN KEY. img width= 607 alt= Image src= https://github.com/user-attachments/assets/0d174f41-b296-43cd-80fe-ef1bbbffe596 ...
enhancement
  • marcelofern
  • 1
  • Opened 
    26 days ago
  • #677

pgroll defines a JSON schema for migration file validation, used by third-party tools such as the Xata migration editor, but does not use the schema for itself during migration validation. pgroll should ...
good first issue
  • andrew-farries
  • 1
  • Opened 
    27 days ago
  • #673

Migration rollup is merging multiple past pgroll migrations into a single migration file. Pgroll dumps the existing schema from your database into a pgroll migration file. Use cases: - Initializing ...
enhancement
  • kvch
  • Opened 
    28 days ago
  • #669

To reproduce, after pgroll init, add some inferred migration, e.g simply by running CREATE TABLE t1 (a int). Then any migrate command will fail with the error: Error: failed to get migrations to apply: ...
  • agedemenli
  • Opened 
    on Feb 7
  • #664
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub