As we are Contao3+ now, we can move the contents of database.sql to the dca files and get rid of the database.sql file.
e.g.
'sql' => 'char(1) NOT NULL default \'\'',
'sql' => 'char(1) NOT NULL default \'0\'',
'sql' => 'char(5) NOT NULL default \'\'',
'sql' => 'varchar(10) NOT NULL default \'\'',
'sql' => 'varchar(32) NOT NULL default \'\'',
'sql' => 'varchar(255) NOT NULL default \'\'',
'sql' => 'int(10) unsigned NOT NULL default \'0\'',
'sql' => 'blob NULL',
'sql' => 'text NULL',
As we are Contao3+ now, we can move the contents of database.sql to the dca files and get rid of the database.sql file.
List of repositories to apply above tasks to:
e.g.