11 lines
248 B
MySQL
11 lines
248 B
MySQL
7 years ago
|
ALTER TABLE repositories_collaborators
|
||
|
DROP COLUMN createdat ;
|
||
|
|
||
|
ALTER TABLE repositories_collaborators
|
||
|
DROP COLUMN updatedat ;
|
||
|
|
||
|
ALTER TABLE repositories_members
|
||
|
DROP COLUMN createdat ;
|
||
|
|
||
|
ALTER TABLE repositories_members
|
||
|
DROP COLUMN updatedat ;
|