5
5
* by adding rules to dbscheme.template
6
6
*/
7
7
8
+ /* This is a dummy line to alter the dbscheme, so we can make a database upgrade
9
+ * 2020-05-04
10
+ */
11
+
8
12
/*
9
13
* External artifacts
10
14
*/
@@ -126,7 +130,7 @@ containerparent(int parent: @container ref,
126
130
unique int child: @container ref);
127
131
128
132
@sourceline = @file | @py_Module | @xmllocatable;
129
-
133
+
130
134
numlines(int element_id: @sourceline ref,
131
135
int num_lines: int ref,
132
136
int num_code: int ref,
@@ -922,7 +926,7 @@ ext_rettype(int funcid : @py_object ref,
922
926
ext_proptype(int propid : @py_object ref,
923
927
int typeid : @py_object ref);
924
928
925
- ext_argreturn(int funcid : @py_object ref,
929
+ ext_argreturn(int funcid : @py_object ref,
926
930
int arg : int ref);
927
931
928
932
py_special_objects(unique int obj : @py_cobject ref,
@@ -935,15 +939,15 @@ py_decorated_object(int object : @py_object ref,
935
939
936
940
@py_source_element = @py_ast_node | @container;
937
941
938
- /* XML Files */
942
+ /* XML Files */
939
943
940
944
xmlEncoding (unique int id: @file ref, varchar(900) encoding: string ref);
941
945
942
946
xmlDTDs (unique int id: @xmldtd,
943
947
varchar(900) root: string ref,
944
948
varchar(900) publicId: string ref,
945
949
varchar(900) systemId: string ref,
946
- int fileid: @file ref);
950
+ int fileid: @file ref);
947
951
948
952
xmlElements (unique int id: @xmlelement,
949
953
varchar(900) name: string ref,
@@ -958,7 +962,7 @@ xmlAttrs (unique int id: @xmlattribute,
958
962
int idx: int ref,
959
963
int fileid: @file ref);
960
964
961
- xmlNs (int id: @xmlnamespace,
965
+ xmlNs (int id: @xmlnamespace,
962
966
varchar(900) prefixName: string ref,
963
967
varchar(900) URI: string ref,
964
968
int fileid: @file ref);
@@ -970,7 +974,7 @@ xmlHasNs (int elementId: @xmlnamespaceable ref,
970
974
xmlComments (unique int id: @xmlcomment,
971
975
varchar(3600) text: string ref,
972
976
int parentid: @xmlparent ref,
973
- int fileid: @file ref);
977
+ int fileid: @file ref);
974
978
975
979
xmlChars (unique int id: @xmlcharacters,
976
980
varchar(3600) text: string ref,
0 commit comments