Commit Graph
7 Commits
Author SHA1 Message Date
skamensky ee0b18fb1b Add support for RDBMS schema management
With `DB_ALLOW_DESTRUCTIVE_CHANGES=true` Corteza can change DB tables and columns when Compose Module configuration changes.
2022-11-26 13:11:28 +01:00
Katrin Yordanova b2c9de57a7 Address compose chart issues 2022-11-24 16:09:16 +01:00
Vivek Patel 85179f5e42 Remove handle requirement from resource API
We removed handle requirement for all resource like namespace(slug), module, user, page, chart.

Due to that namespace import/export was broken as we were using handle as reference, hence fixed it by replacing handle usage with ID of resource.

It also fixes index of template table for handle column.
2022-11-23 15:36:57 +02:00
Vivek Patel 397c3e0ce7 Prevent disabling of system field mapping for recordID
By preserving false for "Module.Config.DAL.SystemFieldEncoding.ID.Omit" while saving or updating module
2022-11-23 14:48:08 +05:30
Denis Arh b1ba01b474 Fix import paths in templates & generated go files 2022-11-17 17:29:51 +01:00
Denis Arh 0f8e03742f Fix import paths (corteza-server => corteza/server) 2022-11-16 15:52:24 +01:00
Corteza Monorepo Migrator 683c7c56e2 Moving server files to ./server 2022-11-14 09:26:39 +01:00