Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thc2cat authored Jun 10, 2024
1 parent f52449e commit 4c01665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Query OK, 0 rows affected (0.01 sec)
> CREATE DATABASE policyd;
Query OK, 1 row affected (0.00 sec)

> USE policyd;

> CREATE TABLE IF NOT EXISTS `events` (
`ts` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`sasl_username` char(8) NOT NULL DEFAULT '',
Expand Down

0 comments on commit 4c01665

Please sign in to comment.