test/schema.sql in uhees-declarative_authorization-0.3.1 vs test/schema.sql in uhees-declarative_authorization-0.3.2.2.1
- old
+ new
@@ -42,9 +42,10 @@
);
CREATE TABLE 'companies' (
'id' INTEGER PRIMARY KEY NOT NULL,
'country_id' integer,
+ 'type' text,
'name' text
);
CREATE TABLE 'countries' (
'id' INTEGER PRIMARY KEY NOT NULL,