giselles-ai / giselle

Giselle: AI for Agentic Workflows. Human-AI Collaboration. Open Source.
https://giselles.ai
Apache License 2.0
10 stars 4 forks source link

Add updated at column #66

Closed koji-m closed 1 week ago

koji-m commented 1 week ago

Summary

ref. https://github.com/route06inc/giselle/issues/50

In this PR, I will add columns that represent the update datetime (timestamp) of records to several tables in the DB. Currently, add a column that records record update timestamps only to tables that have record creation timestamps. (Exclude the files and requests tables as they are not used.)

Related Issue

Changes

Testing

Other Information

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
giselle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 1, 2024 2:56am
koji-m commented 1 week ago

Thank you!

shige commented 1 week ago

FYI: @koji-m @toyamarinyon I executed the following command!

bun drizzle-kit migrate
koji-m commented 1 week ago

Thank you 🙏