-
The following DDL/utility commands are currently not propagated to worker nodes by Citus:
Database-level statements:
- [x] ANALYZE -- only propagated on tables
- [ ] COMMENT
- [x] ALTER/CREATE…
-
With the latest image version the service api_server is in a restart loop and throw this error messages
```
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime…
-
## Issue Description
Currently the claim letter controller uses conditional logic to determine when to use mock data. Move this into a mock service instead to simplify and standardize controller code…
-
Description:
We have encountered an issue where newly created sequences in PostgreSQL database are defaulting to the `integer` type, which could lead to potential overflow issues with large datasets.…
-
Hello.
I have an issue with using materialized view.
I have a table owoxbi_sessions_. Occasionally I insert data into the table from s3 object storage using a query like this:
```
INSERT …
RoVys updated
2 months ago
-
### Describe the bug
Jobs service fails with the following error when PostgreSQL database are initialized with DDL scripts kogito-ddl-1.24.0.Final
`jobs-service | 2022-07-25 15:16:57,453 …
-
grant all works but wondering if there are a minimum setup grants that's needed to run migrations.
i know this is db specific and also what the migrations perform ddl changes, triggers, sps, etc...…
-
See https://github.com/networkupstools/nut/pull/394 - if I am not mistaken, the DDL has captures from devices with old firmware (but the captures were taken with old versions of NUT that included this…
-
**描述需求**
当我拥有一个多环境的数据库,比如dev、test、pro
当我开发完成dev后,在dev进行过ddl修改,这个ddl的语句我可能需要在test或者pro也执行一遍,但这可能会在1个月或者很长时间后,我已经忘记了ddl原本的语句。找到这个ddl或者重写可能有问题。需要可以一键同步到其他环境,或者串行三个环境
**你的思路**
最好是提供一个可视化的表修改界面,然后方便增…
-
The JPA schema export at https://github.com/elimu-ai/webapp/blob/main/src/main/resources/META-INF/jpa-schema-export.sql should apply `not null` when an entity's property is annotated with `@NotNull`.
…