Skip to content

Commit

Permalink
Added editor column to fe_users table
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jan 22, 2024
1 parent e713246 commit 2fdedc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext_tables.sql
Expand Up @@ -16,6 +16,7 @@ CREATE TABLE fe_users (
longitude decimal(8,6) DEFAULT NULL,
latitude decimal(8,6) DEFAULT NULL,
vdate date DEFAULT NULL,
editor varchar(255) DEFAULT '' NOT NULL,
) ENGINE=InnoDB;


Expand Down

0 comments on commit 2fdedc6

Please sign in to comment.