Skip to content

Commit 1c7d740

Browse files
committed
Appended response_code column for log table schema
1 parent c2d4896 commit 1c7d740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/config/rest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@
334334
`time` int(11) NOT NULL,
335335
`rtime` float DEFAULT NULL,
336336
`authorized` tinyint(1) NOT NULL,
337+
`response_code` smallint(3) NOT NULL,
337338
PRIMARY KEY (`id`)
338339
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
339340
|

0 commit comments

Comments
 (0)