Skip to content

Commit b2f8638

Browse files
committed
Python: Update dbscheme with new comment
1 parent 26b7a30 commit b2f8638

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

python/ql/src/semmlecode.python.dbscheme

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
*/
77

88
/* 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.
1017
*/
1118

1219
/*

python/upgrades/f635b392038a494915307f913657cd3058f9b476/semmlecode.python.dbscheme

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66
*/
77

88
/* 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.
1017
*/
1118

1219
/*

0 commit comments

Comments
 (0)