mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
4 lines
No EOL
152 B
SQL
4 lines
No EOL
152 B
SQL
CREATE TABLE phabricator_repository.repository_badcommit (
|
|
fullCommitName varchar(255) binary not null primary key,
|
|
description longblob not null
|
|
); |