Compare commits
2 Commits
2bd03586da
...
d81796fde2
| Author | SHA1 | Date | |
|---|---|---|---|
| d81796fde2 | |||
| cd23e72882 |
@@ -1,6 +1,8 @@
|
||||
name: Backend Deploy
|
||||
on:
|
||||
push: [main]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
alter table allowances
|
||||
add column colour integer not null;
|
||||
add column colour integer;
|
||||
|
||||
Reference in New Issue
Block a user