This website requires JavaScript.
Explore
Help
Sign In
blsmedia
/
bot
Watch
2
Star
0
Fork
0
You've already forked bot
Code
Activity
Files
69e1c4f20d5c878fb1a58dc4f6c048f8bc6084d0
bot
/
packages
/
prisma
/
postgresql
/
migrations
/
20220328144519_rename_prefilled_variables
/
migration.sql
4 lines
85 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix(engine): 🐛 Save variables from webhooks in results
2022-03-28 17:07:47 +02:00
-- AlterTable
ALTER
TABLE
"
Result
"
fix: 🚑️ DB migration
2022-03-28 17:40:23 +02:00
RENAME
COLUMN
"
prefilledVariables
"
TO
"
variables
"
Copy Permalink