mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 14:45:54 +03:00
[PR #27] [MERGED] chore: Replace unsupported PRAGMA user_version #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/skills/pull/27
Author: @hiendv
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @elithrar
Base:
main← Head:update-do-migrations📝 Commits (1)
a51efb3chore: Replace unsupported PRAGMA user_version with _sql_schema_migrations table per the official Cloudflare docs (cloudflare/cloudflare-docs#28233)📊 Changes
2 files changed (+38 additions, -17 deletions)
View changed files
📝
skills/cloudflare/references/do-storage/patterns.md(+20 -8)📝
skills/durable-objects/references/rules.md(+18 -9)📄 Description
PRAGMA user_versionis not supported in DO SQLite storage. Updated migration examples in both reference files to use a_sql_schema_migrationstable pattern per the official Cloudflare docs (cloudflare/cloudflare-docs#28233)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.