mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
* 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
3 lines
115 B
SQL
3 lines
115 B
SQL
INSERT INTO post (title, body, created)
|
|
VALUES
|
|
('test title', 'test' || x'0a' || 'body', '2018-01-01 00:00:00');
|