index
:
18CS53
master
database design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
migrations
/
2020-12-25-041256_cart_quantity
/
down.sql
blob: 94aec7ac1e9b7a0637fbede4388bef706d0c0e17 (
plain
)
1
2
3
4
-- This file should undo anything in `up.sql`
alter
table
cart_items
drop
column
quantity
;