diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-30 18:48:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-30 18:48:54 +0200 |
| commit | 9dba744407f61a56efb8e63bbfa50ade6e847acf (patch) | |
| tree | e3953fcceafa010bdc7a4df353c74fe571c9c13d /animism-align/frontend/app/types.js | |
| parent | 58b47df64f1ec0444a45892c1db2ca195ec93deb (diff) | |
update episodes table form. add venues table and CRUD
Diffstat (limited to 'animism-align/frontend/app/types.js')
| -rw-r--r-- | animism-align/frontend/app/types.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js index 5aae947..282289f 100644 --- a/animism-align/frontend/app/types.js +++ b/animism-align/frontend/app/types.js @@ -8,6 +8,7 @@ export const peaks = crud_type('peaks', []) export const text = crud_type('text', []) export const annotation = crud_type('annotation', []) export const episode = crud_type('episode', []) +export const venue = crud_type('venue', []) export const paragraph = crud_type('paragraph', [ 'update_transcript', ]) |
