summary refs log tree commit diff
path: root/server.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-11 14:29:00 -0400
committerJune McEnroe <june@causal.agency>2020-07-11 14:29:00 -0400
commit560112b65d13a434d5bd7497bd0dbb4b87fd95c3 (patch)
tree581a999ceae99a81613007e83b8288288eb7553a /server.h
parentFactor out "scope" of pages (diff)
downloadscooper-560112b65d13a434d5bd7497bd0dbb4b87fd95c3.tar.gz
scooper-560112b65d13a434d5bd7497bd0dbb4b87fd95c3.zip
Bump database version
Version 5 currently only in the scooper branch of litterbox.
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.h b/server.h
index 318d103..437a041 100644
--- a/server.h
+++ b/server.h
@@ -31,7 +31,7 @@
 
 #define SQL(...) #__VA_ARGS__
 
-enum { DatabaseVersion = 4 };
+enum { DatabaseVersion = 5 };
 
 #define ENUM_TYPE \
 	X(Privmsg, "privmsg") \