Add TicketType model with validations and fix dropdown menu
- Create TicketType model with Party association and Ticket relationship - Add comprehensive validations for name, description, pricing, and date ranges - Generate migration for ticket_types table with all required fields - Add Alpine.js import to fix dropdown menu functionality - Update ticket model with validations for qr_code, price, and status
This commit is contained in:
21
opencode.json
Normal file
21
opencode.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"provider": {
|
||||
"myprovider": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Scaleway",
|
||||
"options": {
|
||||
"baseURL": "https://api.scaleway.ai/v1",
|
||||
"apiKey": "928c8440-604b-423a-983b-00afd5a1164e"
|
||||
},
|
||||
"models": {
|
||||
"devstral-small-2505": {
|
||||
"name": "Devstral 2505"
|
||||
},
|
||||
"qwen3-coder-30b-a3b-instruct": {
|
||||
"name": "Qwen3 Coder 30b a3b instruct"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user