diff mbox series

[v3,2/3] autobuilder: schema update for branch varchar

Message ID 20180202205713.27191-4-matthew.weber@rockwellcollins.com
State Accepted
Headers show
Series autobuild: timeout and reporting cleanup | expand

Commit Message

Matt Weber Feb. 2, 2018, 8:57 p.m. UTC
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
 web/schema.sql | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Feb. 6, 2018, 2:04 p.m. UTC | #1
Hello,

On Fri,  2 Feb 2018 14:57:12 -0600, Matt Weber wrote:
> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>

Applied to buildroot-test.

Thomas
diff mbox series

Patch

diff --git a/web/schema.sql b/web/schema.sql
index 929ceed..e496283 100644
--- a/web/schema.sql
+++ b/web/schema.sql
@@ -11,6 +11,7 @@  CREATE TABLE `results` (
   `static` tinyint(1) NOT NULL default '0',
   `subarch` varchar(64) NOT NULL DEFAULT '',
   `duration` int(11) NOT NULL DEFAULT '0',
+  `branch` varchar(64) NOT NULL DEFAULT '',
   PRIMARY KEY (`id`)
 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;