Skip to content

Commit

Permalink
[TASK] Drop management fields from SQL schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Aug 14, 2021
1 parent e268c9d commit 1d2403f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ext_tables.sql
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
#
# Table structure for table 'tx_formlog_entries'
#
CREATE TABLE tx_formlog_entries (
uid int(11) unsigned NOT NULL auto_increment,
pid int(11) unsigned DEFAULT '0' NOT NULL,

tstamp int(11) unsigned DEFAULT '0' NOT NULL,
crdate int(11) unsigned DEFAULT '0' NOT NULL,
deleted int(11) unsigned DEFAULT '0' NOT NULL,

language int(11) unsigned DEFAULT '0' NOT NULL,
identifier varchar(255) DEFAULT '' NOT NULL,
data mediumtext,
finisher_variables mediumtext,

PRIMARY KEY (uid),
KEY parent (pid)
);

0 comments on commit 1d2403f

Please sign in to comment.