diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 01:46:13 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 01:46:13 +0000 |
commit | bfec59e271a9c95f6ab755cc6d6795b4012bb62b (patch) | |
tree | 842d27129b7bc130cf7c4f7f82214e643daca367 /libexec/recit-open-projects | |
parent | a768fe79588068444003148eb92165084968fa8c (diff) | |
download | recit-bfec59e271a9c95f6ab755cc6d6795b4012bb62b.tar.gz |
rename open-projects to projects, add FK constraint
Diffstat (limited to 'libexec/recit-open-projects')
-rwxr-xr-x | libexec/recit-open-projects | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libexec/recit-open-projects b/libexec/recit-open-projects deleted file mode 100755 index efb323f..0000000 --- a/libexec/recit-open-projects +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -source lib/loader - -recfile=$(load_recit) - -recsel -t Project ${recfile} - |