squeaknode/tests/server/data.sql
Jonathan Zernik 77bec59911
Allow post squeaks (#4)
* Remove login_required and user id from blog posts.

* Remove login_required for blog endpoints.

* Rename update endpoint to show

* Remove auth.

* Tests passing.

* Remove unused auth fixture

* Remove users table from db
2020-03-17 18:07:47 -07:00

3 lines
115 B
SQL

INSERT INTO post (title, body, created)
VALUES
('test title', 'test' || x'0a' || 'body', '2018-01-01 00:00:00');