diff options
| author | 2022-12-03 18:41:44 +0100 | |
|---|---|---|
| committer | 2022-12-03 18:41:44 +0100 | |
| commit | 67a81a7bf9c65b1d7ec5cb5ac255169222be24ac (patch) | |
| tree | 1dac593df32695b98a69389003843903142c1610 /data.c | |
| parent | Always show who boosted something, not only when it's on level 0. (diff) | |
| download | snac2-67a81a7bf9c65b1d7ec5cb5ac255169222be24ac.tar.gz snac2-67a81a7bf9c65b1d7ec5cb5ac255169222be24ac.tar.xz snac2-67a81a7bf9c65b1d7ec5cb5ac255169222be24ac.zip | |
Upgrade timeline/ to private/.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ | |||
| 15 | #include <sys/file.h> | 15 | #include <sys/file.h> |
| 16 | #include <fcntl.h> | 16 | #include <fcntl.h> |
| 17 | 17 | ||
| 18 | double db_layout = 2.6; | 18 | double db_layout = 2.7; |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | int db_upgrade(d_char **error); | 21 | int db_upgrade(d_char **error); |