This website requires JavaScript.
Explore
Help
Sign In
Dependencies
/
micrach
Watch
1
Star
0
Fork
1
You've already forked micrach
mirror of
https://github.com/yanislav-igonin/micrach
synced
2025-07-02 01:11:14 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
071543daf5
micrach
/
migrations
/
20211031085620_posts_archivation.down.sql
Yanislav Igonin
071543daf5
feat: add migration for is_archived field
2021-11-02 10:48:57 +02:00
3 lines
43 B
SQL
Raw
Blame
History
ALTER
TABLE
posts
DROP
COLUMN
is_archived
;
Reference in New Issue
View Git Blame
Copy Permalink