Files
atuin/crates/atuin-scripts/migrations/20250326160051_create_scripts.down.sql
Ellie Huxtable f162d641a7 feat: support storing, syncing and executing scripts (#2644)
* feat: add atuin-scripts crate

* initial

* define record types

* wip

* wip

* mvp

* add show command, make stdin work

* rewrite execution to use shebang and script file ALWAYS

* rename show -> get, allow fetching script only

* fmt

* clippy

* a bunch of fixes to the edits

* update lock

* variables

* fmt

* clippy

* pr feedback

* fmt
2025-04-07 14:17:19 +01:00

2 lines
43 B
SQL

DROP TABLE scripts;
DROP TABLE script_tags;