atuin/atuin-server-postgres/migrations/20220610074049_history-length.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
78 B
SQL

-- Add migration script here
alter table history alter column data type text;