summaryrefslogtreecommitdiff
path: root/backend/node/src/clipperz.data.sql
Unidiff
Diffstat (limited to 'backend/node/src/clipperz.data.sql') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/node/src/clipperz.data.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/node/src/clipperz.data.sql b/backend/node/src/clipperz.data.sql
new file mode 100644
index 0000000..482b196
--- a/dev/null
+++ b/backend/node/src/clipperz.data.sql
@@ -0,0 +1,5 @@
1INSERT INTO clipperz.otpstatus (otps_code,otps_name,otps_desc) VALUES
2 ('ACTIVE','Active','Active'),
3 ('REQUESTED','Requested','Requested'),
4 ('USED','Used','Used'),
5 ('DISABLED','Disabled','Disabled');