4 lines
133 B
SQL
4 lines
133 B
SQL
SELECT 'alert' AS component,
|
|
'We almost got an oopsie' AS title,
|
|
'But the `404.sql` file saved the day!' AS description_md;
|