Skip to content

Commit 2912939

Browse files
committed
📝 Unversioned add of domain to weblog
1 parent 85c6df5 commit 2912939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init/mesosite.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ CREATE TABLE weblog(
5959
uri text,
6060
referer text,
6161
http_status int,
62-
x_forwarded_for text
62+
x_forwarded_for text,
63+
domain text
6364
);
6465
ALTER TABLE weblog OWNER to mesonet;
6566
GRANT ALL on weblog to nobody;

0 commit comments

Comments
 (0)