examples: use AutoApprove in 'atlas schema apply' examples (#4366)

This commit is contained in:
Ariel Mashraki
2025-04-01 21:10:31 +03:00
committed by GitHub
parent 5db3e3fb83
commit 1b6159ac6e
22 changed files with 76 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ replace entgo.io/ent => ../../
require (
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9
ariga.io/atlas-go-sdk v0.4.0
ariga.io/atlas-go-sdk v0.6.9
entgo.io/ent v0.0.0-00010101000000-000000000000
github.com/go-sql-driver/mysql v1.7.0
github.com/google/uuid v1.3.0

View File

@@ -1,7 +1,7 @@
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 h1:E0wvcUXTkgyN4wy4LGtNzMNGMytJN8afmIWXJVMi4cc=
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9/go.mod h1:Oe1xWPuu5q9LzyrWfbZmEZxFYeu4BHTyzfjeW2aZp/w=
ariga.io/atlas-go-sdk v0.4.0 h1:JvydYd7zuExxDCrgKQtKFOT6nAqBTsx/3EXkrOco+BA=
ariga.io/atlas-go-sdk v0.4.0/go.mod h1:owkEEXw6jqne5KPVDfKsYB7cwMiMk3jtOiAAeKxS/yU=
ariga.io/atlas-go-sdk v0.6.9 h1:G5OajpcSIrLRMz8VfmMdfkNptlGstiK0zQ0dtuZWBaE=
ariga.io/atlas-go-sdk v0.6.9/go.mod h1:cFq7bnvHgKTWHCsU46mtkGxdl41rx2o7SjaLoh6cO8M=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=