From 2b514771564024df2fb89e5b4351eef903f9947d Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Mon, 5 Jul 2010 23:44:23 +0000 Subject: DBStats: Improved handling of binary objects in the database git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5962 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Reports/updatefix.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/Server/Reports/updatefix.py') diff --git a/src/lib/Server/Reports/updatefix.py b/src/lib/Server/Reports/updatefix.py index df2e812df..6d9b5e952 100644 --- a/src/lib/Server/Reports/updatefix.py +++ b/src/lib/Server/Reports/updatefix.py @@ -98,6 +98,7 @@ _fixes = [_merge_database_table_entries, 'alter table reports_interaction add column extra_entries integer not null default -1;', _populate_interaction_entry_counts, _interactions_constraint_or_idx, + 'alter table reports_reason add is_binary bool NOT NULL default False;', ] # this will calculate the last possible version of the database -- cgit v1.2.3-1-g7c22