summaryrefslogtreecommitdiff
path: root/odb/semantics/relational/changeset.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-28 16:04:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:44 +0200
commit2aa3cabf1b737e225178230882ee9aadfd817ce0 (patch)
tree85a6c7a90f8483ca11a4bc825cd2ef22114c3d97 /odb/semantics/relational/changeset.hxx
parente999b1e7295acd8cdb646c2db7db1f5059f10c7d (diff)
Add changelog support for add/drop index/foreign key
Also diagnose changes to primary keys and establish the 'alters' association.
Diffstat (limited to 'odb/semantics/relational/changeset.hxx')
-rw-r--r--odb/semantics/relational/changeset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/semantics/relational/changeset.hxx b/odb/semantics/relational/changeset.hxx
index 575eb7b..76fd683 100644
--- a/odb/semantics/relational/changeset.hxx
+++ b/odb/semantics/relational/changeset.hxx
@@ -21,8 +21,8 @@ namespace semantics
public:
changeset (version_type v): version_ (v) {}
- changeset (changeset const&, graph&);
- changeset (xml::parser&, graph&);
+ changeset (changeset const&, qscope& base, graph&);
+ changeset (xml::parser&, qscope& base, graph&);
virtual string
kind () const {return "changeset";}