atuin/atuin-server-postgres/migrations/20230315220537_drop-events.sql
Conrad Ludgate 8655c93853
refactor server to allow pluggable db and tracing (#1036)
* refactor server to allow pluggable db and tracing

* clean up

* fix descriptions

* remove dependencies
2023-06-12 09:04:35 +01:00

3 lines
48 B
SQL

-- Add migration script here
drop table events;