Skip to content

Commit 0f95a74

Browse files
rusthpclaude
andcommitted
fix(esports): add externalIds/dataSource DB columns, restore field persistence
- ALTER TABLE blog_esports_tournaments adds externalIds and dataSource columns - Remove field stripping from upsertTournament now that columns exist in schema - syncMatches looks up Liquipedia page path from externalIds JSON to fetch the correct wiki page (e.g. PGL/2026/Astana not the blog slug) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8f9f63b commit 0f95a74

15 files changed

Lines changed: 35 additions & 25 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmmv-blog-admin",
3-
"version": "0.0.289",
3+
"version": "0.0.290",
44
"private": true,
55
"description": "Blog admin package for CMMV",
66
"type": "module",

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmmv-blog-api",
3-
"version": "0.0.289",
3+
"version": "0.0.290",
44
"private": true,
55
"description": "Blog API sample",
66
"dev": {

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmmv-blog",
3-
"version": "0.0.289",
3+
"version": "0.0.290",
44
"private": true,
55
"description": "Blog package for CMMV",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/blog",
3-
"version": "0.1.288",
3+
"version": "0.1.289",
44
"description": "Blog plugin for CMMV",
55
"keywords": [
66
"cmmv",

packages/access-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/access-control",
3-
"version": "0.1.288",
3+
"version": "0.1.289",
44
"description": "Access Control package for CMMV",
55
"scripts": {
66
"build": "tsup"

packages/affiliate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/affiliate",
3-
"version": "0.1.288",
3+
"version": "0.1.289",
44
"description": "Affiliate package for CMMV",
55
"scripts": {
66
"build": "tsup"

packages/ai-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/ai-content",
3-
"version": "0.1.288",
3+
"version": "0.1.289",
44
"description": "AI Content package for CMMV",
55
"scripts": {
66
"build": "tsup"

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/eslint-config",
3-
"version": "0.0.288",
3+
"version": "0.0.289",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

packages/newsletter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/newsletter",
3-
"version": "0.1.288",
3+
"version": "0.1.289",
44
"description": "Newsletter management package for CMMV",
55
"scripts": {
66
"build": "tsup index.ts admin/index.ts client/index.ts --format cjs,esm --dts"

packages/odds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmmv/odds",
3-
"version": "0.1.288",
3+
"version": "0.1.289",
44
"description": "Odds package for CMMV",
55
"scripts": {
66
"build": "tsup"

0 commit comments

Comments
 (0)