aarhusstadsarkiv / digiarch

Commandline tool to identify files
GNU General Public License v3.0
0 stars 0 forks source link

Find out if dbbrowser can be modified to only allow an enum of possible actions in the `action` field #663

Closed Magniler closed 2 months ago

Magniler commented 12 months ago

Check out: dbhub.io and see if that might be a possibility

MatteoCampinoti94 commented 2 months ago

It is possible using the check keyword when declaring a column in SQLite. E.g. action txt check (action is null or action in ('a', 'b')).

This should be transferred to acacore.

MatteoCampinoti94 commented 2 months ago

Cannot be transferred, GitHub refuses.