Merge branch 'development' into 'devops-staging'
add column url in table supplier See merge request empatnusabangsa/ppob/ppob-backend!144
This commit is contained in:
commit
43138aae0b
7633
package-lock.json
generated
Normal file
7633
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,9 @@ export class Supplier extends BaseModel {
|
||||||
@Column()
|
@Column()
|
||||||
status: boolean;
|
status: boolean;
|
||||||
|
|
||||||
@Column()
|
@Column({
|
||||||
|
nullable: true
|
||||||
|
})
|
||||||
url: string;
|
url: string;
|
||||||
|
|
||||||
coa: COA;
|
coa: COA;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user