Skip to content

Commit 4671a06

Browse files
committed
tweaks
1 parent daec8ac commit 4671a06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,6 @@ When schema changes are detected, the action posts a comment like this:
230230
ALTER TABLE users ADD COLUMN email VARCHAR(255) NULL;
231231
CREATE INDEX idx_users_email ON users(email);
232232
~~~
233-
234-
This comment was generated by [SQLDef Preview](https://github.com/YOUR_ORGANIZATION/YOUR_REPO/actions/runs/RUN_ID), powered by [sqldef/sqldef-preview-action](https://github.com/sqldef/sqldef-preview-action).
235233
```
236234

237235
## Development

0 commit comments

Comments
 (0)