Skip to content

Move contents of database.sql to dca files. #706

@discordier

Description

@discordier

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.

'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',

Metadata

Metadata

Labels

backendThis seems to be a bug in the backendeasy pickThis issue is a good start for beginnersenhancementThis issue is about an enhancement (aka new feature)

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions