Fossil SCM

Add missing columns to the schema during rebuild.

tsbg 2024-06-29 12:54 trunk
Commit f302d31fd40b35c2c8c63b838521f5d6b17c464f264843ab3e718b6ee8cc8989
1 file changed +5
--- src/rebuild.c
+++ src/rebuild.c
@@ -140,10 +140,15 @@
140140
}
141141
142142
/* Do the fossil-2.0 updates to the schema. (2017-02-28)
143143
*/
144144
rebuild_schema_update_2_0();
145
+
146
+ /* Add the user.jx and reportfmt.jx columns if they are missing. (2022-11-18)
147
+ */
148
+ user_update_user_table();
149
+ report_update_reportfmt_table();
145150
}
146151
147152
/*
148153
** Update the repository schema for Fossil version 2.0. (2017-02-28)
149154
** (1) Change the CHECK constraint on BLOB.UUID so that the length
150155
--- src/rebuild.c
+++ src/rebuild.c
@@ -140,10 +140,15 @@
140 }
141
142 /* Do the fossil-2.0 updates to the schema. (2017-02-28)
143 */
144 rebuild_schema_update_2_0();
 
 
 
 
 
145 }
146
147 /*
148 ** Update the repository schema for Fossil version 2.0. (2017-02-28)
149 ** (1) Change the CHECK constraint on BLOB.UUID so that the length
150
--- src/rebuild.c
+++ src/rebuild.c
@@ -140,10 +140,15 @@
140 }
141
142 /* Do the fossil-2.0 updates to the schema. (2017-02-28)
143 */
144 rebuild_schema_update_2_0();
145
146 /* Add the user.jx and reportfmt.jx columns if they are missing. (2022-11-18)
147 */
148 user_update_user_table();
149 report_update_reportfmt_table();
150 }
151
152 /*
153 ** Update the repository schema for Fossil version 2.0. (2017-02-28)
154 ** (1) Change the CHECK constraint on BLOB.UUID so that the length
155

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button