File: 20220721125033_modify_column.up.sql

package info (click to toggle)
rust-sqlx 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: sql: 335; python: 268; sh: 71; makefile: 2
file content (2 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (4)
1
2
UPDATE migrations_reversible_test
SET some_payload = some_payload + 1;