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