From a72909d40ce4b10d8d5950bec8f52c8a561e4596 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Apr 2013 07:30:19 +0200 Subject: Generate add/drop column migration statements --- evolution/drop-column/test1.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 evolution/drop-column/test1.hxx (limited to 'evolution/drop-column/test1.hxx') diff --git a/evolution/drop-column/test1.hxx b/evolution/drop-column/test1.hxx new file mode 100644 index 0000000..af02f02 --- /dev/null +++ b/evolution/drop-column/test1.hxx @@ -0,0 +1,12 @@ +// file : evolution/drop-column/test1.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST1_HXX +#define TEST1_HXX + +#define MODEL_VERSION 2 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST1_HXX -- cgit v1.1