You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(postgresdatabase): add option to specify collaction during creation (#370)
* feat(postgresdatabase): add option to specify collation during creation
* feat(postgresdatabase): use new api package to ensure postgres collation function
Copy file name to clipboardExpand all lines: create/postgresdatabase.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ type postgresDatabaseCmd struct {
20
20
Location meta.LocationName`placeholder:"${postgresdatabase_location_default}" help:"Where the PostgreSQL database is created. Available locations are: ${postgresdatabase_location_options}"`
21
21
PostgresDatabaseVersion storage.PostgresVersion`placeholder:"${postgresdatabase_version_default}" help:"Release version with which the PostgreSQL database is created. Available versions: ${postgresdatabase_versions}"`
22
22
BackupSchedule storage.DatabaseBackupScheduleCalendar`placeholder:"${postgresdatabase_backupschedule_default}" help:"Backup schedule for the PostgreSQL database. Available schedules: ${postgresdatabase_backupschedule_options}"`
23
+
Collation storage.PostgresDatabaseCollation`placeholder:"${postgresdatabase_collation_default}" help:"Collation for the PostgreSQL database. Defaults to ${postgresdatabase_collation_default}."`
0 commit comments