thdxr
thdxr
Explore posts from servers
DTDrizzle Team
Created by thdxr on 11/10/2023 in #help
Dropping primary keys every time
it does unnecessary work on my dev branch but the merge request on planetscale is still correct
70 replies
DTDrizzle Team
Created by thdxr on 11/10/2023 in #help
Dropping primary keys every time
i use planetscale so this feature not being perfect isn't a huge deal
70 replies
DTDrizzle Team
Created by thdxr on 11/10/2023 in #help
Dropping primary keys every time
this is mysql push
70 replies
DTDrizzle Team
Created by thdxr on 9/7/2023 in #help
push:mysql dropping unique index
doesn't seem lke they use the term CONSTRAINT anywhere
6 replies
DTDrizzle Team
Created by thdxr on 9/7/2023 in #help
push:mysql dropping unique index
when adding they also do
alter table `stage` ADD UNIQUE KEY `name` (`app_id`, `aws_account_id`, `region`, `name`)
alter table `stage` ADD UNIQUE KEY `name` (`app_id`, `aws_account_id`, `region`, `name`)
6 replies
DTDrizzle Team
Created by thdxr on 9/7/2023 in #help
push:mysql dropping unique index
my workflow for figuring this out is just modifying the schema and seeing what planetscale generates as a diff - figure they know what they're doing
6 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
oh there is a --strict option
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
doubled layered version tracking problem, it's written about a decent amount
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
they introduce some annoyances when workign with teams and git
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
yeah but still avoids having to maintain migration state
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
where it opens up in your editor and you can make changes
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
a flow i'd actually love would be similar to git commit
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
yeah
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
additionally would be good to have a plan -> commit -> apply flow where it shows you wht changes it's going to make and you accept them
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
i just need to understand why it can't be run in a tx
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
this was less of an issue for me with planetscale because the "go to production" phase is different
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
it's also weird because it doesn't try to do this a staging env
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
had an issue because this partially failed and didn't notice it dropped the primary key
27 replies
DTDrizzle Team
Created by thdxr on 9/6/2023 in #help
postgres push issue
is there a reason all of these statements don't run in a transaction?
27 replies
DTDrizzle Team
Created by thdxr on 8/15/2023 in #help
drizzle push and primary key order
beep boop @Andrew Sherman
5 replies