Skip to content
Snippets Groups Projects
Commit 4e90ba12 authored by UmVirt's avatar UmVirt :speech_balloon:
Browse files

Update database: extend configure field length in architectures_packages table

parent c99d0293
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ CREATE TABLE `architectures_packages` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`architecture` int(10) unsigned NOT NULL,
`package` bigint(20) unsigned NOT NULL,
`configure` varchar(1024) CHARACTER SET utf8 NOT NULL,
`configure` varchar(10240) CHARACTER SET utf8 NOT NULL,
`build` varchar(1024) CHARACTER SET utf8 NOT NULL,
`install` varchar(1024) CHARACTER SET utf8 NOT NULL,
PRIMARY KEY (`id`),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment