test/schema.sql in declarative_authorization-0.5.2 vs test/schema.sql in declarative_authorization-0.5.3

- old
+ new

@@ -26,10 +26,11 @@ ); CREATE TABLE 'test_model_security_models' ( 'id' INTEGER PRIMARY KEY NOT NULL, 'attr' integer default 1, - 'attr_2' integer default 1 + 'attr_2' integer default 1, + 'test_attr_id' integer ); CREATE TABLE 'n_way_join_items' ( 'id' INTEGER PRIMARY KEY NOT NULL );