Skip to content

Commit

Permalink
unify categories
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Jul 4, 2023
1 parent 1bd283f commit cb4f632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/migration/18.0.0-19.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


-- v19
create table llx_c_category
CREATE TABLE llx_c_category
(
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
classname varchar(32) NOT NULL,
Expand Down
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_element_category.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--
-- ============================================================================

create table llx_element_category
CREATE TABLE llx_element_category
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_category integer NOT NULL,
Expand Down

0 comments on commit cb4f632

Please sign in to comment.