File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
upgrades/f635b392038a494915307f913657cd3058f9b476 Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
/* This is a dummy line to alter the dbscheme, so we can make a database upgrade
9
- * 2020-05-04
9
+ * without actually changing any of the dbscheme predicates. It contains a date
10
+ * to allow for such updates in the future as well.
11
+ *
12
+ * 2020-07-02
13
+ *
14
+ * DO NOT remove this comment carelessly, since it can revert the dbscheme back to a
15
+ * previously seen state (matching a previously seen SHA), which would make the upgrade
16
+ * mechanism not work properly.
10
17
*/
11
18
12
19
/*
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
/* This is a dummy line to alter the dbscheme, so we can make a database upgrade
9
- * 2020-05-04
9
+ * without actually changing any of the dbscheme predicates. It contains a date
10
+ * to allow for such updates in the future as well.
11
+ *
12
+ * 2020-07-02
13
+ *
14
+ * DO NOT remove this comment carelessly, since it can revert the dbscheme back to a
15
+ * previously seen state (matching a previously seen SHA), which would make the upgrade
16
+ * mechanism not work properly.
10
17
*/
11
18
12
19
/*
You can’t perform that action at this time.
0 commit comments