This website requires JavaScript.
Explore
Help
Sign In
andrey
/
album
Watch
1
Star
0
Fork
0
You've already forked album
Code
Issues
10
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e5e1ff0234
album
/
migrations
/
20160807210343_add_public_flag
/
down.sql
2 lines
42 B
MySQL
Raw
Normal View
History
Unescape
Escape
Add flag to make photos public.
2016-08-07 23:41:00 +03:00
ALTER
TABLE
photos
DROP
COLUMN
is_public
;
Reference in New Issue
Copy Permalink