111498a65f
- Removed schema_json from article templates and related queries. - Updated brand service to include website field in requests and responses. - Simplified template wizard view by eliminating unused schema fields and related logic. - Added tests for ark text format handling. - Created migrations for dropping schema_json and adding website to brands.
3 lines
65 B
SQL
3 lines
65 B
SQL
ALTER TABLE article_templates
|
|
DROP COLUMN IF EXISTS schema_json;
|