обновление для Кубка России
переделаны все парсеры на ссылки из базы
This commit is contained in:
4
sql/003_matches_source_key.sql
Normal file
4
sql/003_matches_source_key.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE matches
|
||||
ADD COLUMN IF NOT EXISTS source_key VARCHAR(50);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_matches_source_key ON matches(source_key);
|
||||
Reference in New Issue
Block a user